Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cdm ¶
type Cdm struct {
// contains filtered or unexported fields
}
func (*Cdm) RequestBody ¶ added in v1.5.0
type KeyContainer ¶ added in v1.5.0
type KeyContainer struct {
// contains filtered or unexported fields
}
func (KeyContainer) Id ¶ added in v1.5.0
func (k KeyContainer) Id() []byte
type ResponseBody ¶ added in v1.5.2
type ResponseBody struct {
// contains filtered or unexported fields
}
func (ResponseBody) Container ¶ added in v1.5.2
func (r ResponseBody) Container() func() (KeyContainer, bool)
func (*ResponseBody) Unmarshal ¶ added in v1.5.2
func (r *ResponseBody) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.