Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageType ¶
type MessageType int
const ( PLATFORM MessageType = iota + 1 EVENT_NOTIFICATION SYSTEM_MSG )
func (MessageType) Des ¶
func (e MessageType) Des() string
func (MessageType) MarshalJSON ¶
func (e MessageType) MarshalJSON() ([]byte, error)
func (*MessageType) UnmarshalJSON ¶
func (e *MessageType) UnmarshalJSON(value []byte) error
func (MessageType) Val ¶
func (e MessageType) Val() int
Click to show internal directories.
Click to hide internal directories.