Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultMessageBusURL is the default MessageBus URL for service communications. DefaultMessageBusURL = messagebus.DefaultUrl )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { MessageBusURL string `json:"mc_message_bus"` DatabaseDriver string `json:"database_driver"` //database storage engine driver DatabaseUrl string `json:"database_url"` //database connection string MarketConnectorName string }
Config represents the configuration for base service.
Click to show internal directories.
Click to hide internal directories.