entities

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminHandler added in v0.1.2

type AdminHandler interface {
	GetAccountList(gc *gsk.Context)
	GetAccountDetails(gc *gsk.Context)

	CreateGroup(gc *gsk.Context)
}

type AuthenticationHandler added in v0.1.2

type AuthenticationHandler interface {
	// contains filtered or unexported methods
}

type AuthenticationService added in v0.1.2

type AuthenticationService interface {
	// contains filtered or unexported methods
}

type AuthenticationStore added in v0.1.2

type AuthenticationStore interface {
	// contains filtered or unexported methods
}

type CustomClaims added in v0.1.2

type CustomClaims struct {
	AccountID string `json:"account_id"`
	jwt.RegisteredClaims
}

type OauthHandler added in v0.1.2

type OauthHandler interface {
	GoogleOauthLogin(gc *gsk.Context)
	GoogleOauthCallback(gc *gsk.Context)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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