Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeMySQL = "MySQL" TypePostgreSQL = "PostgreSQL" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Header `yaml:",inline" json:",inline"` *mysql.MySQL `yaml:",inline" json:",inline"` *postgres.PostgreSQL `yaml:",inline" json:",inline"` }
func (Database) MarshalJSON ¶
func (Database) MarshalYAML ¶
func (*Database) UnmarshalJSON ¶
func (*Database) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.