mirror of
https://github.com/openziti/zrok.git
synced 2025-02-17 02:30:50 +01:00
12 lines
153 B
Go
12 lines
153 B
Go
|
package env_core
|
||
|
|
||
|
type Environment struct {
|
||
|
Token string
|
||
|
ZitiIdentity string
|
||
|
ApiEndpoint string
|
||
|
}
|
||
|
|
||
|
type Config struct {
|
||
|
ApiEndpoint string
|
||
|
}
|