Documentation ¶
Index ¶
Constants ¶
View Source
const MariaDBDependency = "mariadb-jdbc"
MariaDBDependency indicates that a JVM application should be run with MariaDB JDBC enabled.
View Source
const PostgreSQLDependency = "postgresql-jdbc"
PostgreSQLDependency indicates that a JVM application should be run with PostgreSQL JDBC enabled.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MariaDB ¶
type MariaDB struct {
// contains filtered or unexported fields
}
MariaDB represents a MariaDB contribution by the buildpack.
func NewMariaDB ¶
NewMariaDB creates a new MariaDB instance.
func (MariaDB) Contribute ¶
Contribute makes the contribution to launch.
type PostgreSQL ¶
type PostgreSQL struct {
// contains filtered or unexported fields
}
PostgreSQL represents a PostgreSQL contribution by the buildpack.
func NewPostgreSQL ¶
func NewPostgreSQL(build build.Build) (PostgreSQL, bool, error)
NewPostgreSQL creates a new PostgreSQL instance.
func (PostgreSQL) Contribute ¶
func (p PostgreSQL) Contribute() error
Contribute makes the contribution to launch.
Click to show internal directories.
Click to hide internal directories.