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 settings in the database.
WithClient sets the gorm.io/gorm client in the database engine for Settings.
WithContext sets the context in the database engine for Settings.
WithLogger sets the github.com/sirupsen/logrus logger in the database engine for Settings.
WithSkipCreation sets the skip creation logic in the database engine for Settings.

# Constants

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

# Interfaces

SettingsInterface represents the Vela interface for settings functions with the supported Database backends.

# Type aliases

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