Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRequest ¶
type InRequest ¶
type InRequest struct { Source Source `json:"source"` Version Version `json:"version"` Params json.RawMessage `json:"params"` }
type InResponse ¶
type InResponse struct { Version Version `json:"version"` MetaData []KeyValuePair `json:"metadata"` }
type KeyValuePair ¶
type OutRequest ¶
type OutRequest struct { Source Source `json:"source"` Params json.RawMessage `json:"params"` }
type OutResponse ¶
type OutResponse struct {
Version Version `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.