package
0.26.4
Repository: https://github.com/go-vela/server.git
Documentation: pkg.go.dev

# Functions

New creates and returns a Vela service for integrating with build executables in the database.
WithClient sets the gorm.io/gorm client in the database engine for build executables.
WithCompressionLevel sets the compression level in the database engine for build executables.
WithContext sets the context in the database engine for build executables.
WithDriver sets the driver type in the database engine for build executables.
WithEncryptionKey sets the encryption key in the database engine for build executables.
WithLogger sets the github.com/sirupsen/logrus logger in the database engine for build executables.
WithSkipCreation sets the skip creation logic in the database engine for build executables.

# Constants

No description provided by the author
No description provided by the author
CreatePostgresTable represents a query to create the Postgres build_executables table.
CreateSqliteTable represents a query to create the Sqlite build_executables table.

# Interfaces

BuildExecutableInterface represents the Vela interface for build executable functions with the supported Database backends.

# Type aliases

EngineOpt represents a configuration option to initialize the database engine for build executables.