Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrResponse = errors.New("unexpected response")
)
Functions ¶
This section is empty.
Types ¶
type IdentityACLGetter ¶
type IdentityACLGetter struct {
// contains filtered or unexported fields
}
IdentityACLGetter grabs an ACL for the user from the identity API. Used for any non-identity API.
func NewIdentityACLGetter ¶
func NewIdentityACLGetter(client identityapi.ClientWithResponsesInterface, organizationID string) *IdentityACLGetter
Click to show internal directories.
Click to hide internal directories.