Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBadExpireBehavior = errors.New("unrecognized expire_behavior value")
)
Functions ¶
This section is empty.
Types ¶
type ExpireBehavior ¶
type ExpireBehavior uint8
const ( ExpireBehaviorRemoveRole ExpireBehavior = iota ExpireBehaviorKick )
func (ExpireBehavior) IsValid ¶
func (e ExpireBehavior) IsValid() bool
func (ExpireBehavior) Validate ¶
func (e ExpireBehavior) Validate() error
Click to show internal directories.
Click to hide internal directories.