Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KlientTest ¶
type KlientTest struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...klient.OptionClientFn) (*KlientTest, error)
func (*KlientTest) Client ¶
func (k *KlientTest) Client() *klient.Client
func (*KlientTest) SetHandler ¶
func (k *KlientTest) SetHandler(handler http.HandlerFunc)
type TransportHandler ¶
type TransportHandler struct {
Handler http.HandlerFunc
// contains filtered or unexported fields
}
TransportHandler is base of http.RoundTripper.
func (*TransportHandler) SetHandler ¶
func (t *TransportHandler) SetHandler(handler http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.