mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
8 lines
100 B
Go
8 lines
100 B
Go
package cliobjects
|
|
|
|
type SetConfig struct {
|
|
Account string
|
|
ClientID string
|
|
SecretKey string
|
|
}
|