user

package
v0.0.0-...-4a67c56 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2023 License: NCSA Imports: 5 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 interface {
	GetUser(username string) (*model.User, error)
	CreateUser(user model.User) error
	GetUsers() ([]model.User, error)
	GetFilteredUsers(filters map[string][]string) ([]model.User, error)
	MarkUser(username string, mark string) error
	DeleteUser(username string) error
}

func New

func New() (UserService, error)

Jump to

Keyboard shortcuts

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