Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteCommandRequestBody ¶
type ExecuteCommandRequestBody[PAYLOAD any] struct { Data PAYLOAD `json:"data"` // Data is the payload of the command }
func (ExecuteCommandRequestBody[PAYLOAD]) MsgType ¶
func (c ExecuteCommandRequestBody[PAYLOAD]) MsgType() string
func (ExecuteCommandRequestBody[PAYLOAD]) RequestPayload ¶
func (c ExecuteCommandRequestBody[PAYLOAD]) RequestPayload() any
Click to show internal directories.
Click to hide internal directories.