Documentation ¶
Index ¶
- Variables
- type Pg
- func (this *Pg) CountVariables(userId string, query model.VariablesQueryOptions) (result model.Count, err error)
- func (this *Pg) DeleteVariable(userId string, key string) error
- func (this *Pg) DeleteVariablesOfProcessDefinition(definitionId string) error
- func (this *Pg) DeleteVariablesOfProcessInstance(instanceId string) error
- func (this *Pg) GetVariable(userId string, key string) (result model.VariableWithUser, err error)
- func (this *Pg) ListVariables(userId string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
- func (this *Pg) SetVariable(variable model.VariableWithUser) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CreateTable = []func(db *Pg) error{}
Functions ¶
This section is empty.
Types ¶
type Pg ¶
type Pg struct {
// contains filtered or unexported fields
}
func (*Pg) CountVariables ¶
func (*Pg) DeleteVariablesOfProcessDefinition ¶
func (*Pg) DeleteVariablesOfProcessInstance ¶
func (*Pg) GetVariable ¶
func (*Pg) ListVariables ¶
func (this *Pg) ListVariables(userId string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
func (*Pg) SetVariable ¶
func (this *Pg) SetVariable(variable model.VariableWithUser) error
Click to show internal directories.
Click to hide internal directories.