Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var QueryKey = messages.NewKey(&messages.KeyComponents{ Service: "user", Version: "1", Type: messages.Type.Query, Entity: "user", Query: "reading", Status: messages.Status.Queued, })
View Source
var ResponseKey = messages.NewKey(&messages.KeyComponents{ Service: "user", Version: "1", Type: messages.Type.Response, Entity: "user", Response: "reading", Status: messages.Status.Done, })
Functions ¶
This section is empty.
Types ¶
type Case ¶ added in v4.8.0
type Case struct {
repository.Repository
}
type QueryAttributes ¶ added in v4.8.0
type QueryAttributes struct {
ID string
}
func QueryRandomAttributes ¶ added in v4.8.0
func QueryRandomAttributes() *QueryAttributes
type ResponseAttributes ¶ added in v4.8.0
type ResponseMeta ¶ added in v4.8.0
type ResponseMeta struct{}
Click to show internal directories.
Click to hide internal directories.