user

package
v4.9.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CollectionName = "users"
)

Variables

View Source
var (
	CreateHandler *create.Handler
	ReadHandler   *read.Handler
	UpdateHandler *update.Handler
	DeleteHandler *delete.Handler
	VerifyHandler *verify.Handler
	LoginHandler  *login.Handler
)
View Source
var (
	CreateCommandKey = create.CommandKey
	UpdateCommandKey = update.CommandKey
	DeleteCommandKey = delete.CommandKey
	VerifyCommandKey = verify.CommandKey
)
View Source
var (
	ReadQueryKey  = read.QueryKey
	LoginQueryKey = login.QueryKey
)
View Source
var (
	ReadResponseKey  = read.ResponseKey
	LoginResponseKey = login.ResponseKey
)
View Source
var (
	OpenCollection = collection.Open
	OpenTable      = table.Open
)
View Source
var (
	CreatedSucceededKey = user.CreatedSucceededKey
)

Functions

func Start

func Start(repository repository.Repository, bus event.Bus, hasher hashes.Hasher)

Types

type CreateCommandAttributes added in v4.8.0

type CreateCommandAttributes = create.CommandAttributes

type CreateCommandMeta added in v4.8.0

type CreateCommandMeta = create.CommandMeta

type CreatedSucceededAttributes added in v4.8.0

type CreatedSucceededAttributes = user.CreatedSucceededAttributes

type CreatedSucceededMeta added in v4.8.0

type CreatedSucceededMeta = user.CreatedSucceededMeta

type DeleteCommandAttributes added in v4.8.0

type DeleteCommandAttributes = delete.CommandAttributes

type DeleteCommandMeta added in v4.8.0

type DeleteCommandMeta = delete.CommandMeta

type LoginQueryAttributes added in v4.8.0

type LoginQueryAttributes = login.QueryAttributes

type LoginQueryMeta added in v4.8.0

type LoginQueryMeta = login.QueryMeta

type LoginResponseAttributes added in v4.8.0

type LoginResponseAttributes = login.ResponseAttributes

type LoginResponseMeta added in v4.8.0

type LoginResponseMeta = login.ResponseMeta

type ReadQueryAttributes added in v4.8.0

type ReadQueryAttributes = read.QueryAttributes

type ReadQueryMeta added in v4.8.0

type ReadQueryMeta = read.QueryMeta

type ReadResponseAttributes added in v4.8.0

type ReadResponseAttributes = read.ResponseAttributes

type ReadResponseMeta added in v4.8.0

type ReadResponseMeta = read.ResponseMeta

type Repository added in v4.9.0

type Repository = repository.Repository

type UpdateCommandAttributes added in v4.8.0

type UpdateCommandAttributes = update.CommandAttributes

type UpdateCommandMeta added in v4.8.0

type UpdateCommandMeta = update.CommandMeta

type VerifyCommandAttributes added in v4.8.0

type VerifyCommandAttributes = verify.CommandAttributes

type VerifyCommandMeta added in v4.8.0

type VerifyCommandMeta = verify.CommandMeta

Jump to

Keyboard shortcuts

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