Documentation ¶
Index ¶
- func UserInfoParser(req *operations.OpsRequest) (*models.UserInfo, error)
- type CreateUser
- func (s *CreateUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
- func (s *CreateUser) Init(ctx context.Context) error
- func (s *CreateUser) IsReadonly(ctx context.Context) bool
- func (s *CreateUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
- type DeleteUser
- func (s *DeleteUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
- func (s *DeleteUser) Init(ctx context.Context) error
- func (s *DeleteUser) IsReadonly(ctx context.Context) bool
- func (s *DeleteUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
- type DescribeUser
- func (s *DescribeUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
- func (s *DescribeUser) Init(ctx context.Context) error
- func (s *DescribeUser) IsReadonly(ctx context.Context) bool
- func (s *DescribeUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
- type GrantRole
- type ListSystemAccounts
- type ListUsers
- type RevokeRole
- func (s *RevokeRole) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
- func (s *RevokeRole) Init(ctx context.Context) error
- func (s *RevokeRole) IsReadonly(ctx context.Context) bool
- func (s *RevokeRole) PreCheck(ctx context.Context, req *operations.OpsRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserInfoParser ¶
func UserInfoParser(req *operations.OpsRequest) (*models.UserInfo, error)
Types ¶
type CreateUser ¶
type CreateUser struct { operations.Base // contains filtered or unexported fields }
func (*CreateUser) Do ¶
func (s *CreateUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*CreateUser) IsReadonly ¶
func (s *CreateUser) IsReadonly(ctx context.Context) bool
func (*CreateUser) PreCheck ¶
func (s *CreateUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
type DeleteUser ¶
type DeleteUser struct { operations.Base // contains filtered or unexported fields }
func (*DeleteUser) Do ¶
func (s *DeleteUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*DeleteUser) IsReadonly ¶
func (s *DeleteUser) IsReadonly(ctx context.Context) bool
func (*DeleteUser) PreCheck ¶
func (s *DeleteUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
type DescribeUser ¶
type DescribeUser struct { operations.Base // contains filtered or unexported fields }
func (*DescribeUser) Do ¶
func (s *DescribeUser) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*DescribeUser) IsReadonly ¶
func (s *DescribeUser) IsReadonly(ctx context.Context) bool
func (*DescribeUser) PreCheck ¶
func (s *DescribeUser) PreCheck(ctx context.Context, req *operations.OpsRequest) error
type GrantRole ¶
type GrantRole struct { operations.Base // contains filtered or unexported fields }
func (*GrantRole) Do ¶
func (s *GrantRole) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*GrantRole) PreCheck ¶
func (s *GrantRole) PreCheck(ctx context.Context, req *operations.OpsRequest) error
type ListSystemAccounts ¶
type ListSystemAccounts struct { operations.Base // contains filtered or unexported fields }
func (*ListSystemAccounts) Do ¶
func (s *ListSystemAccounts) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*ListSystemAccounts) IsReadonly ¶
func (s *ListSystemAccounts) IsReadonly(ctx context.Context) bool
type ListUsers ¶
type ListUsers struct { operations.Base // contains filtered or unexported fields }
func (*ListUsers) Do ¶
func (s *ListUsers) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
type RevokeRole ¶
type RevokeRole struct { operations.Base // contains filtered or unexported fields }
func (*RevokeRole) Do ¶
func (s *RevokeRole) Do(ctx context.Context, req *operations.OpsRequest) (*operations.OpsResponse, error)
func (*RevokeRole) IsReadonly ¶
func (s *RevokeRole) IsReadonly(ctx context.Context) bool
func (*RevokeRole) PreCheck ¶
func (s *RevokeRole) PreCheck(ctx context.Context, req *operations.OpsRequest) error
Click to show internal directories.
Click to hide internal directories.