repository

package
v4.8.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository added in v4.6.2

type Repository interface {
	Create(*user.User) error
	Verify(*user.ID) error
	Update(*user.User) error
	Delete(*user.ID) error
	Search(*SearchCriteria) (*user.User, error)
}

type SearchCriteria added in v4.6.2

type SearchCriteria struct {
	*user.ID
	*user.Email
}

Jump to

Keyboard shortcuts

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