Discover Packages
github.com/fabric8-services/fabric8-auth
authorization
invitation
package
Version:
v0.0.0-...-2d73068
Opens a new window with list of versions in this module.
Published: May 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
The invitation packages provides features relating to the creation and management of invitations; an offer to a
user to join an organization, team or security group
type Invitation struct {
IdentityID *uuid.UUID
Roles []string
Member bool
RedirectOnSuccess string
RedirectOnFailure string
}
Invitation is a DTO used to pass state between the controller and service layers when issuing new invitations
Source Files
¶
Directories
¶
Package service encapsulates the business logic for managing invitations
Package service encapsulates the business logic for managing invitations
Click to show internal directories.
Click to hide internal directories.