Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOptionAutoMessage ¶
func GetOptionAutoMessage( option *entry.PosBusAutoAttributeOption, changeType universe.AttributeChangeType, attributeID entry.AttributeID, value *entry.AttributeValue, ) (*websocket.PreparedMessage, error)
func GetOptionAutoOption ¶
func GetOptionAutoOption(options *entry.AttributeOptions) (*entry.PosBusAutoAttributeOption, error)
Types ¶
type AttributeValueChangedMessage ¶
type AttributeValueChangedMessage struct { Type universe.AttributeChangeType `json:"type"` Data AttributeValueChangedMessageData `json:"data"` }
type AttributeValueChangedMessageData ¶
type AttributeValueChangedMessageData struct { AttributeName string `json:"attribute_name"` Value *entry.AttributeValue `json:"value"` }
Click to show internal directories.
Click to hide internal directories.