Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceAccountCreateCommand ¶
ServiceAccountCreateCommand is a struct for ServiceAccount create command
func NewServiceAccountCreateCommand ¶
func NewServiceAccountCreateCommand(name string, description string) ServiceAccountCreateCommand
NewServiceAccountCreateCommand is a factory method for ServiceAccount create command
type ServiceAccountDeleteCommand ¶
ServiceAccountDeleteCommand is a struct for ServiceAccount delete command
func NewServiceAccountDeleteCommand ¶
func NewServiceAccountDeleteCommand(id string) ServiceAccountDeleteCommand
NewServiceAccountDeleteCommand is a factory method for ServiceAccount delete command
type ServiceAccountListCommand ¶
ServiceAccountListCommand is a struct for ServiceAccount list command
func NewServiceAccountListCommand ¶
func NewServiceAccountListCommand() ServiceAccountListCommand
NewServiceAccountListCommand is a factory method for ServiceAccount list command
type ServiceAccountUpdateCommand ¶
ServiceAccountUpdateCommand is a struct for ServiceAccount update command
func NewServiceAccountUpdateCommand ¶
func NewServiceAccountUpdateCommand(id string, description string) ServiceAccountUpdateCommand
NewServiceAccountUpdateCommand is a factory method for ServiceAccount update command