Documentation
¶
Index ¶
- type ServiceConfig
- func (c *ServiceConfig) GetMongoDbCollectionName() string
- func (c *ServiceConfig) GetMongoDbConnectionString() string
- func (c *ServiceConfig) GetMongoDbDatabaseName() string
- func (c *ServiceConfig) GetPort() string
- func (c *ServiceConfig) GetPusherAppID() string
- func (c *ServiceConfig) GetPusherAppKey() string
- func (c *ServiceConfig) GetPusherAppSecret() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConfig ¶
type ServiceConfig struct {
// contains filtered or unexported fields
}
func NewServiceConfig ¶
func NewServiceConfig(logger *logger.ServiceLogger) *ServiceConfig
func (*ServiceConfig) GetMongoDbCollectionName ¶
func (c *ServiceConfig) GetMongoDbCollectionName() string
func (*ServiceConfig) GetMongoDbConnectionString ¶
func (c *ServiceConfig) GetMongoDbConnectionString() string
func (*ServiceConfig) GetMongoDbDatabaseName ¶
func (c *ServiceConfig) GetMongoDbDatabaseName() string
func (*ServiceConfig) GetPort ¶
func (c *ServiceConfig) GetPort() string
func (*ServiceConfig) GetPusherAppID ¶
func (c *ServiceConfig) GetPusherAppID() string
func (*ServiceConfig) GetPusherAppKey ¶
func (c *ServiceConfig) GetPusherAppKey() string
func (*ServiceConfig) GetPusherAppSecret ¶
func (c *ServiceConfig) GetPusherAppSecret() string
Click to show internal directories.
Click to hide internal directories.