Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶
type Constructor struct { ContextMaker NewContextFn RequestMaker NewRequestFn ExecutorMaker NewExecutorFn }
func NewConstructor ¶
func NewConstructor(fn NewExecutorFn) *Constructor
type Context ¶
func NewContext ¶
func NewContext() Context
type Metadata ¶
func NewMetadata ¶
func NewMetadata() Metadata
type NewContextFn ¶
type NewContextFn func() Context
type NewExecutorFn ¶
type NewExecutorFn func() Executor
type NewRequestFn ¶
type NewResponseFn ¶
type Request ¶
func NewRequest ¶
Click to show internal directories.
Click to hide internal directories.