Documentation ¶
Index ¶
Constants ¶
View Source
const ( KIND_GET uint8 = iota KIND_HEAD KIND_POST KIND_PUT KIND_PATCH KIND_DELETE KIND_CONNECT KIND_OPTIONS KIND_TRACE KIND_RAW // added special category )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomWidgetService ¶
type RawWidgetAction ¶
type RawWidgetAction struct { weaver.AutoMarshal Kind uint8 Name string Path string QueryNames []string }
func (*RawWidgetAction) WeaverMarshal ¶
func (x *RawWidgetAction) WeaverMarshal(enc *codegen.Encoder)
func (*RawWidgetAction) WeaverUnmarshal ¶
func (x *RawWidgetAction) WeaverUnmarshal(dec *codegen.Decoder)
Click to show internal directories.
Click to hide internal directories.