demo1

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Demo1

type Demo1 struct {
	markup.Component `class:"life"`

	AC       application.Context   `inject:"context"`
	Subjects keeper.SubjectManager `inject:"#keeper-subject-manager"`
}

Demo1 ...

func (*Demo1) GetLifeRegistration

func (inst *Demo1) GetLifeRegistration() *application.LifeRegistration

GetLifeRegistration ...

func (*Demo1) Loop

func (inst *Demo1) Loop() error

Loop ...

type Demo1authorizer

type Demo1authorizer struct {
	markup.Component `class:"keeper-authorizer-registry"`
}

func (*Demo1authorizer) Authorize

func (inst *Demo1authorizer) Authorize(ctx context.Context, a keeper.Authorization) error

func (*Demo1authorizer) GetRegistrationList

func (inst *Demo1authorizer) GetRegistrationList() []*keeper.AuthorizerRegistration

type Demo1passwordAuth

type Demo1passwordAuth struct {
	markup.Component `class:"keeper-authenticator-registry"`
}

Demo1passwordAuth ...

func (*Demo1passwordAuth) GetRegistrationList

func (inst *Demo1passwordAuth) GetRegistrationList() []*keeper.AuthenticatorRegistration

GetRegistrationList ...

func (*Demo1passwordAuth) Supports

func (inst *Demo1passwordAuth) Supports(ctx context.Context, a keeper.Authentication) bool

Supports ...

func (*Demo1passwordAuth) Verify

Verify ...

type Demo1sessionAdapter

type Demo1sessionAdapter struct {
	// contains filtered or unexported fields
}

func (*Demo1sessionAdapter) GetContext

func (inst *Demo1sessionAdapter) GetContext() context.Context

func (*Demo1sessionAdapter) Load

func (inst *Demo1sessionAdapter) Load(s keeper.Session) error

func (*Demo1sessionAdapter) Store

func (inst *Demo1sessionAdapter) Store(s keeper.Session) error

Jump to

Keyboard shortcuts

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