Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthzResponse ¶
type AuthzResponse struct { Allowed bool `json:"allowed"` Denied bool `json:"denied,omitempty"` Reason string `json:"reason,omitempty"` Error string `json:"error,omitempty"` }
func (*AuthzResponse) ToString ¶
func (resp *AuthzResponse) ToString() string
Click to show internal directories.
Click to hide internal directories.