Files
kubescape/clihandler/cliobjects/set.go
2022-02-07 16:08:57 +02:00

8 lines
100 B
Go

package cliobjects
type SetConfig struct {
Account string
ClientID string
SecretKey string
}