mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-09 04:19:22 +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"`
|
|
}
|