Documentation
¶
Index ¶
- Constants
- Variables
- func GetStringifiedData(data interface{}) string
- type HandleT
- func (gateway *HandleT) ProcessAgentRequest(payload string, writeKey string) string
- func (gateway *HandleT) ProcessRequest(c *gin.Context, reqType string)
- func (gateway *HandleT) ProcessWorkerRequest(payload []byte, writeKey string)
- func (gateway *HandleT) Setup(jobsDB *jobsdb.HandleT, routerJobsDB *jobsdb.HandleT, ...)
Constants ¶
View Source
const (
DELIMITER = string("<<>>")
)
Variables ¶
View Source
var BatchEvent = []byte(`
{
"batch": [
]
}
`)
View Source
var CustomVal string
Functions ¶
func GetStringifiedData ¶
func GetStringifiedData(data interface{}) string
Types ¶
type HandleT ¶
type HandleT struct {
// contains filtered or unexported fields
}
func (*HandleT) ProcessAgentRequest ¶
func (*HandleT) ProcessRequest ¶
func (*HandleT) ProcessWorkerRequest ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.