Files
rcohencyberarmor 052c042dac Support backend access key (#1404)
Support backend access key

Signed-off-by: Amir Malka <amirm@armosec.io>
2023-10-22 15:10:08 +03:00

18 lines
219 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 {
}