mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-18 00:18:47 +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"`
|
|
}
|