integration

package
v0.0.0-...-d49a382 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2020 License: MIT Imports: 1 Imported by: 0

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 Account

type Account interface {
	// id of the account
	ID() string
	SetID(string) Account

	// name of the account
	Name() string
	SetName() Account
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL