Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Services = map[string]Service{ "postgresql": Postgresql{}, "redis": Redis{}, "elasticsearch": ElasticSearch{}, "rabbitmq": RabbitMQ{}, }
Services are built-in services.
Functions ¶
This section is empty.
Types ¶
type ElasticSearch ¶
type ElasticSearch struct{}
ElasticSearch service
func (ElasticSearch) Parameters ¶
func (ElasticSearch) Parameters() []string
Parameters implements Service interface.
func (ElasticSearch) Run ¶
func (ElasticSearch) Run(parameters map[string]interface{}) error
Run implements Service interface.
type Postgresql ¶
type Postgresql struct{}
Postgresql service
func (Postgresql) Parameters ¶
func (Postgresql) Parameters() []string
Parameters implements Service interface.
func (Postgresql) Run ¶
func (Postgresql) Run(parameters map[string]interface{}) error
Run implements Service interface.
type RabbitMQ ¶
type RabbitMQ struct{}
RabbitMQ service
func (RabbitMQ) Parameters ¶
Parameters implements Service interface.
type Redis ¶
type Redis struct{}
Redis service
func (Redis) Parameters ¶
Parameters implements Service interface
Click to show internal directories.
Click to hide internal directories.