Documentation
¶
Index ¶
Constants ¶
View Source
const AddStateOrderKind string = "addStateOrder"
View Source
const RemoveStateOrderKind string = "removeStateOrder"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoMessageAdapter ¶
type MessageParser ¶
type MessageParser struct {
// contains filtered or unexported fields
}
func NewMessageParser ¶
func NewMessageParser(info info.Info, podData pod_data.PodData) MessageParser
type ProtectionAdapter ¶
type ProtectionAdapter struct {
Name string `json:"name"`
Type string `json:"type"`
Data *json.RawMessage `json:"data"`
}
type ProtectionMessageAdapter ¶
type ProtectionMessageAdapter struct {
BoardId uint16 `json:"boardId"`
Timestamp models.Timestamp `json:"timestamp"`
Protection ProtectionAdapter `json:"protection"`
}
type StateOrdersAdapter ¶
type StateOrdersAdapter struct {
Action string
StateOrders models.StateOrdersMessage
}
Click to show internal directories.
Click to hide internal directories.