Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChecker ¶
type MockChecker struct{}
MockChecker returns true all clients and accounts except those that start with "Deny".
func (*MockChecker) Check ¶
func (c *MockChecker) Check(ctx context.Context, credentials *checker.Credentials, account string, operation string) bool
Check returns true.
Click to show internal directories.
Click to hide internal directories.