Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulkRequest ¶
type BulkResponse ¶
type BulkResponse = []VariableWithUnixTimestamp
type VariableWithUser ¶
type VariableWithUser struct {
VariableWithUnixTimestamp
UserId string `json:"user_id"`
}
type VariablesQueryOptions ¶
type VariablesQueryOptions struct {
Limit int
Offset int
Sort string
KeyRegex string
ProcessDefinitionId string
ProcessInstanceId string
}
func (VariablesQueryOptions) Encode ¶
func (this VariablesQueryOptions) Encode() string
func (VariablesQueryOptions) GetLimit ¶
func (this VariablesQueryOptions) GetLimit() int64
func (VariablesQueryOptions) GetOffset ¶
func (this VariablesQueryOptions) GetOffset() int64
func (VariablesQueryOptions) GetSort ¶
func (this VariablesQueryOptions) GetSort() string
Click to show internal directories.
Click to hide internal directories.