Documentation ¶
Index ¶
Constants ¶
View Source
const EnableTLS = true
View Source
const Insecure = false
View Source
const MAX_COUNT = 100
View Source
const SkipTLSVerify = true
View Source
const TESTHOST = "localhost"
View Source
const TESTPORT = 28088
View Source
const TIMEOUT_CRON_TRIGGER_INTERVALL = 1
View Source
const TIMEOUT_GENERATOR_TRIGGER_INTERVALL = 1
View Source
const TIMEOUT_RELEASE_INTERVALL = 1
Variables ¶
This section is empty.
Functions ¶
func WaitForCluster ¶
func WaitForCluster(t *testing.T, cluster []ServerInfo)
func WaitForProcessGraphs ¶
func WaitForServerToDie ¶
func WaitForServerToDie(t *testing.T, s ServerInfo)
Types ¶
type ColoniesServer ¶
type ColoniesServer struct {
// contains filtered or unexported fields
}
func CreateColoniesServer ¶
func (*ColoniesServer) ServeForever ¶
func (server *ColoniesServer) ServeForever() error
func (*ColoniesServer) Shutdown ¶
func (server *ColoniesServer) Shutdown()
type ServerInfo ¶
type ServerInfo struct { ServerID string ServerPrvKey string Server *ColoniesServer Node cluster.Node Done chan struct{} }
func StartCluster ¶
Source Files ¶
- attribute_handlers.go
- colonies_controller.go
- colonies_controller_worker.go
- colonies_server.go
- colony_handlers.go
- constants.go
- cron_controller.go
- cron_handler.go
- event_handler.go
- generator_controller.go
- generator_handlers.go
- process_handlers.go
- processgraph_handlers.go
- runtime_handlers.go
- server_handlers.go
- test_utils.go
- ws_handler.go
- ws_subscription.go
Click to show internal directories.
Click to hide internal directories.