mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
10 lines
95 B
Go
10 lines
95 B
Go
package v1
|
|
|
|
type Submit struct {
|
|
AccountID string
|
|
}
|
|
|
|
type Delete struct {
|
|
AccountID string
|
|
}
|