Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
Code string `json:"code"`
Message string `json:"message"`
RequestID string `json:"request_id"`
Meta data.Map `json:"meta"`
}
Error has error response information of a request.
type Sink ¶
type Sink struct {
NodeType string `json:"node_type"`
Name string `json:"name"`
State string `json:"state"`
Status data.Map `json:"status,omitempty"`
Meta interface{} `json:"meta,omitempty"`
}
Sink is a part of the response which is returned by sinks' action.
type Source ¶
type Source struct {
NodeType string `json:"node_type"`
Name string `json:"name"`
State string `json:"state"`
Status data.Map `json:"status,omitempty"`
Meta interface{} `json:"meta,omitempty"`
}
Source is a part of the response which is returned by sources' action.
Click to show internal directories.
Click to hide internal directories.