mirror of
https://github.com/openziti/zrok.git
synced 2025-05-02 15:14:33 +02:00
9 lines
122 B
Go
9 lines
122 B
Go
package metrics2
|
|
|
|
type InfluxConfig struct {
|
|
Url string
|
|
Bucket string
|
|
Org string
|
|
Token string `cf:"+secret"`
|
|
}
|