Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Selectors []SelectorConfig
}
type Selector ¶
type Selector struct { Name string S kit.RPCRouteSelector }
type SelectorConfig ¶
type SelectorConfig struct { Decoder fasthttp.DecoderFunc Name string Selector kit.RPCRouteSelector }
func GenSelectorConfig ¶
func GenSelectorConfig(opt ...SelectorOption) SelectorConfig
type SelectorOption ¶
type SelectorOption func(*SelectorConfig)
Click to show internal directories.
Click to hide internal directories.