Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DefaultErrorHandler ¶
Types ¶
type Codec ¶
type Codec interface { Marshal(obj interface{}) (body []byte, err error) Unmarshal(data []byte, obj interface{}) error Name() string }
Codec is interface for marshal/unmarshal
type Option ¶
type Option func(o *options)
func DefaultCodec ¶
func DefaultHeader ¶ added in v6.0.4
func ErrorHandler ¶
func HTTPClient ¶
func VirgilProduct ¶
Click to show internal directories.
Click to hide internal directories.