Documentation ¶
Overview ¶
Package native provides the ability for Vela to integrate with the Database as a secret backend.
Usage:
import "github.com/go-vela/server/secret/native"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientOpt ¶ added in v0.8.0
type ClientOpt func(*client) error
ClientOpt represents a configuration option to initialize the secret client for Native.
func WithDatabase ¶ added in v0.8.0
WithDatabase sets the Vela database service in the secret client for Native.
Click to show internal directories.
Click to hide internal directories.