Files
kubescape/core/cautils/rootinfo.go
2022-08-18 15:17:47 +03:00

19 lines
393 B
Go

package cautils
type RootInfo struct {
Logger string // logger level
LoggerName string // logger name ("pretty"/"zap"/"none")
CacheDir string // cached dir
DisableColor bool // Disable Color
KSCloudBEURLs string // Kubescape Cloud URL
KSCloudBEURLsDep string // Kubescape Cloud URL
}
type Credentials struct {
Account string
ClientID string
SecretKey string
}