Documentation
¶
Index ¶
- Constants
- Variables
- func Start(repository repository.Repository, bus event.Bus, hasher hashes.Hasher)
- type CreateCommandAttributes
- type CreateCommandMeta
- type CreatedSucceededAttributes
- type CreatedSucceededMeta
- type DeleteCommandAttributes
- type DeleteCommandMeta
- type LoginQueryAttributes
- type LoginQueryMeta
- type LoginResponseAttributes
- type LoginResponseMeta
- type ReadQueryAttributes
- type ReadQueryMeta
- type ReadResponseAttributes
- type ReadResponseMeta
- type Repository
- type UpdateCommandAttributes
- type UpdateCommandMeta
- type VerifyCommandAttributes
- type VerifyCommandMeta
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 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 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
Click to show internal directories.
Click to hide internal directories.