mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
16 lines
217 B
Go
16 lines
217 B
Go
package v1
|
|
|
|
import "io"
|
|
|
|
type SetConfig struct {
|
|
Account string
|
|
AccessKey string
|
|
CloudReportURL string
|
|
CloudAPIURL string
|
|
}
|
|
type ViewConfig struct {
|
|
Writer io.Writer
|
|
}
|
|
type DeleteConfig struct {
|
|
}
|