Documentation ¶ Index ¶ type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { // The Artemis base URL to use for HTTP requests ArtemisHttpURL string `json:"artemis_http_url"` // The Artemis base URL to use for WebSocket requests ArtemisWsURL string `json:"artemis_ws_url"` } var C *Config Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.