Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoTemplate ¶
type MongoTemplate struct{}
func (MongoTemplate) Env ¶
func (m MongoTemplate) Env() []byte
func (MongoTemplate) Service ¶
func (m MongoTemplate) Service() []byte
type MysqlTemplate ¶
type MysqlTemplate struct{}
func (MysqlTemplate) Env ¶
func (m MysqlTemplate) Env() []byte
func (MysqlTemplate) Service ¶
func (m MysqlTemplate) Service() []byte
type PostgresTemplate ¶
type PostgresTemplate struct{}
func (PostgresTemplate) Env ¶
func (m PostgresTemplate) Env() []byte
func (PostgresTemplate) Service ¶
func (m PostgresTemplate) Service() []byte
type SqliteTemplate ¶
type SqliteTemplate struct{}
func (SqliteTemplate) Env ¶
func (m SqliteTemplate) Env() []byte
func (SqliteTemplate) Service ¶
func (m SqliteTemplate) Service() []byte
Click to show internal directories.
Click to hide internal directories.