Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CCStartup ¶
func CCStartup(config json.RawMessage) error
Types ¶
type CCStartupConfig ¶
type CCStartupConfig struct {
SendTopology bool `json:"send_topology,omitempty"`
HttpEndpoint struct {
URL string `json:"url"`
AuthToken string `json:"auth_token"`
} `json:"http"`
NatsEndpoint struct {
URL string `json:"url"`
Subject string `json:"subject"`
NkeyFile string `json:"nkey_file"`
} `json:"nats"`
}
Click to show internal directories.
Click to hide internal directories.