Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( NewController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(principalStore store.PrincipalStore, config *types.Config) *Controller
func ProvideController ¶
func ProvideController(principalStore store.PrincipalStore, config *types.Config) *Controller
func (*Controller) IsUserSignupAllowed ¶
func (c *Controller) IsUserSignupAllowed(ctx context.Context) (bool, error)
Click to show internal directories.
Click to hide internal directories.