Documentation ¶
Index ¶
Constants ¶
View Source
const ( FromDefault = iota FromContext FromQuery FromHeader FromParams )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Name string Fields []*Field Options MessageOptions // contains filtered or unexported fields }
func (*Message) BakeNameField ¶
func (m *Message) BakeNameField()
func (*Message) BakeTagIndex ¶
func (m *Message) BakeTagIndex()
type MessageOptions ¶
type MessageOptions struct { Flat bool ExtraInfo interface{} }
type RouteOptions ¶
type RouteOptions struct {
Middlewares []string
}
Click to show internal directories.
Click to hide internal directories.