Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResultsTopic = "m/%s/c/%s/messages/control/proplet/results"
Functions ¶
This section is empty.
Types ¶
type ChunkPayload ¶
type ChunkPayload struct {
AppName string `json:"app_name"`
ChunkIdx int `json:"chunk_idx"`
TotalChunks int `json:"total_chunks"`
Data []byte `json:"data"`
}
func (*ChunkPayload) Validate ¶
func (c *ChunkPayload) Validate() error
type Proplet ¶
type PropletPage ¶
type PropletService ¶
type PropletService struct {
// contains filtered or unexported fields
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.