Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Databases map[string]databaseConfig
View Source
var Endpoints map[string]endpointConfig
View Source
var MessageQueues map[string]messageQueueConfig
View Source
var Service serviceConfig
global config variables
Functions ¶
Types ¶
type InvalidDatabaseConfigError ¶
type InvalidDatabaseConfigError struct {
Database, Message string
}
indicates that a database is not configured properly
func (InvalidDatabaseConfigError) Error ¶
func (e InvalidDatabaseConfigError) Error() string
type InvalidEndpointConfigError ¶
type InvalidEndpointConfigError struct {
Endpoint, Message string
}
indicates that an endpoint is not configured properly
func (InvalidEndpointConfigError) Error ¶
func (e InvalidEndpointConfigError) Error() string
type InvalidServiceConfigError ¶
type InvalidServiceConfigError struct {
Message string
}
indicates that the service itself is not configured properly
func (InvalidServiceConfigError) Error ¶
func (e InvalidServiceConfigError) Error() string
Click to show internal directories.
Click to hide internal directories.