user

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserService

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

func New

func New(filepath string, config model.UserConfig) (*UserService, error)

func (*UserService) FindByUserIdAndToken

func (s *UserService) FindByUserIdAndToken(id, token string) (model.User, error)

func (*UserService) FindByUsername

func (s *UserService) FindByUsername(name string) (model.User, error)

func (*UserService) Save

func (s *UserService) Save(user model.User) error

Jump to

Keyboard shortcuts

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