Documentation
¶
Index ¶
Constants ¶
View Source
const ( CQRS annotation = "@CQRS" Query annotation = "@Query" Command annotation = "@Command" QueryPath annotation = "@QueryPath" CommandPath annotation = "@CommandPath" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶ added in v1.2.6
type File struct { Type string AbsFilename string Package string Endpoint string LowerEndpoint string }
func NewCommandFile ¶ added in v1.2.6
func NewFileFromComment ¶ added in v1.2.6
func NewQueryFile ¶ added in v1.2.6
func (File) GenCommand ¶ added in v1.2.6
Click to show internal directories.
Click to hide internal directories.