core

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeeperCore

type KeeperCore struct {
	markup.Component `id:"keeper-core"  initMethod:"Init"`

	Authentications keeper.AuthenticationManager `inject:"#keeper-authentication-manager"`
	Authorizations  keeper.AuthorizationManager  `inject:"#keeper-authorization-manager"`
	Subjects        keeper.SubjectManager        `inject:"#keeper-subject-manager"`
	SessionProvider keeper.SessionProvider       `inject:"#keeper-main-session-provider"`

	Authenticators   []keeper.AuthenticatorRegistry   `inject:".keeper-authenticator-registry"`
	Authorizers      []keeper.AuthorizerRegistry      `inject:".keeper-authorizer-registry"`
	Configurers      []keeper.Configurer              `inject:".keeper-configurer"`
	SessionProviders []keeper.SessionProviderRegistry `inject:".keeper-session-provider-registry"`
	// contains filtered or unexported fields
}

KeeperCore the core of keeper

func (*KeeperCore) Init

func (inst *KeeperCore) Init() error

Init ...

func (*KeeperCore) Loop

func (inst *KeeperCore) Loop() error

Loop NOP

Jump to

Keyboard shortcuts

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