Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enrollment ¶
type Enrollment struct {
Fronting RoleInfo `json:"fronting"`
Entropic RoleInfo `json:"entropic"`
Backing RoleInfo `json:"backing"`
}
func (*Enrollment) Restrict ¶
func (t *Enrollment) Restrict(keys map[string][]string)
func (*Enrollment) Role ¶
func (t *Enrollment) Role(role string) (ri *RoleInfo)
Click to show internal directories.
Click to hide internal directories.