Permissions

package
v0.0.0-...-a87146e Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthImpl

type AuthImpl interface {
	LoginImpl(req *organize.Auth) (token string, err error)
	LogoutImpl(req *organize.Auth) bool
	RegisterImpl(req *organize.AuthRegister) bool
}

type AuthSvr

type AuthSvr struct{}

func (AuthSvr) LoginImpl

func (a AuthSvr) LoginImpl(req *organize.Auth) (token string, err error)

func (AuthSvr) LogoutImpl

func (a AuthSvr) LogoutImpl(req *organize.Auth) bool

func (AuthSvr) RegisterImpl

func (a AuthSvr) RegisterImpl(req *organize.AuthRegister) bool

Jump to

Keyboard shortcuts

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