Documentation ¶
Index ¶
Constants ¶
View Source
const ( POLLFREQ = 10 NUMWORKERS = 3 )
Variables ¶
View Source
var ( STRING = payloadType{"string"} INT = payloadType{"int"} )
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Payload ¶
type Payload struct { PayloadType payloadType `json:"payloadType"` Data []byte `json:"data"` }
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
func (*Redis) GetAppName ¶
Click to show internal directories.
Click to hide internal directories.