mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-20 05:23:38 +00:00
7 lines
149 B
Go
7 lines
149 B
Go
package configStructs
|
|
|
|
type AuthConfig struct {
|
|
EnvName string `yaml:"env-name" default:"up9.app"`
|
|
Token string `yaml:"token"`
|
|
}
|