Documentation ¶
Index ¶
- type Vars
- func (v *Vars) Delete(ctx context.Context, sid sdktypes.VarScopeID, names ...sdktypes.Symbol) error
- func (v *Vars) FindConnectionIDs(ctx context.Context, iid sdktypes.IntegrationID, name sdktypes.Symbol, ...) ([]sdktypes.ConnectionID, error)
- func (v *Vars) Get(ctx context.Context, sid sdktypes.VarScopeID, names ...sdktypes.Symbol) (sdktypes.Vars, error)
- func (v *Vars) Set(ctx context.Context, vs ...sdktypes.Var) error
- func (v *Vars) SetConnections(conns sdkservices.Connections)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vars ¶ added in v0.5.13
type Vars struct {
// contains filtered or unexported fields
}
func (*Vars) FindConnectionIDs ¶ added in v0.5.13
func (*Vars) Set ¶ added in v0.5.13
Set sets the given variables in the database. If any of the variables are secrets, it stores them in the secret store. Note that this function modifies the values of secret variables to be the secret key in the secret store. Do not change this behavior - it's useful, even though it's unexpected.
func (*Vars) SetConnections ¶ added in v0.5.13
func (v *Vars) SetConnections(conns sdkservices.Connections)
Click to show internal directories.
Click to hide internal directories.