Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
interfaces.Chain
}
func Inherit ¶
func Inherit(parent interfaces.Chain) Chain
func (Chain) Delete ¶
func (p Chain) Delete() interfaces.Readable
type HttpRequestOptionable ¶
type HttpRequestOptionable interface {
WithOptions(opts ...Option) HttpRequestStartable
}
type HttpRequestProceedable ¶
type HttpRequestProceedable interface { Get() interfaces.Readable Delete() interfaces.Readable Post() interfaces.Readable Patch() interfaces.Readable Put() interfaces.Readable }
type HttpRequestStartable ¶
type HttpRequestStartable interface { HttpRequestOptionable HttpRequestProceedable }
Click to show internal directories.
Click to hide internal directories.