Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DBTypeDefault = dblayer.DBTYPE("mongodb") DBConnectionDefault = "mongodb://127.0.0.1" RestfulEPDefault = "localhost:8181" MessageBrokerTypeDefault = "amqp" AMQPMessageBrokerDefault = "amqp://guest:guest@localhost:5672" KafkaMessageBrokersDefault = []string{"localhost:9092"} )
Functions ¶
This section is empty.
Types ¶
type ServiceConfig ¶
type ServiceConfig struct { Databasetype dblayer.DBTYPE `json:"databasetype"` DBConnection string `json:"dbconnection"` RestfulEndpoint string `json:"restfulapi_endpoint"` MessageBrokerType string `json:"message_broker_type"` AMQPMessageBroker string `json:"amqp_message_broker"` KafkaMessageBrokers []string `json:"kafka_message_brokers"` }
func ExtractConfiguration ¶
func ExtractConfiguration(filename string) (ServiceConfig, error)
Click to show internal directories.
Click to hide internal directories.