Documentation
¶
Index ¶
Constants ¶
View Source
const ( WebSocketURLPrefix = "ws://" WebSocketClientBinary = "demo-pipe-client" WebSocketServerBinary = "demo-pipe-server" DashboardBinary = "demo-web-server" DemoFinancialDataServerBinary = "demo-findata-server" DemoSyslogBinary = "syslog" DemoThrottleBinary = "throttle" DemoGeneratorBinary = "generator" DashboardTemplateFile = "dashboard-template.html" // FilePermissionReadable = 0644 // FilePermissionExecutable = 0755 FilePermissionReadable = 0666 FilePermissionExecutable = 0777 )
Variables ¶
View Source
var CatalogsDirectoryPath string
View Source
var PrepsDirectoryPath string
View Source
var QueriesDirectoryPath string
View Source
var SpoutsDirectoryPath string
Functions ¶
This section is empty.
Types ¶
type CatalogHandler ¶
func NewCatalogHandler ¶
func NewCatalogHandler(config utils.Configuration) CatalogHandler
type EngineCompartment ¶
type EngineCompartment struct {
JobId string
}
type JobHandler ¶
type JobHandler interface {
Add(*gin.Context)
Delete(*gin.Context)
List(*gin.Context)
Start(*gin.Context)
Stop(*gin.Context)
}
func NewJobHandler ¶
func NewJobHandler(cfg utils.Configuration) JobHandler
type PrepHandler ¶
func NewPrepHandler ¶
func NewPrepHandler(config utils.Configuration) PrepHandler
type QueryHandler ¶
func NewQueryHandler ¶
func NewQueryHandler(config utils.Configuration) QueryHandler
type SpoutHandler ¶
func NewSpoutHandler ¶
func NewSpoutHandler(config utils.Configuration) SpoutHandler
Click to show internal directories.
Click to hide internal directories.