Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TagString = "gen"
Functions ¶
func TrimString ¶ added in v0.8.3
Types ¶
type Component ¶ added in v0.8.3
type Component struct { Name string Kind ComponentKind Service string Proto *generator.MessageDescriptor }
type ComponentKind ¶ added in v0.8.3
type ComponentKind int32
const ( Auth ComponentKind = iota Request Response Error )
Click to show internal directories.
Click to hide internal directories.