Documentation ¶
Index ¶
- type Auth
- type Client
- func (this *Client) Bulk(userid string, bulk model.BulkRequest) (outputs model.BulkResponse, err error)
- func (this *Client) Count(userid string, query model.VariablesQueryOptions) (result model.Count, err error)
- func (this *Client) Delete(userid string, key string) error
- func (this *Client) DeleteProcessDefinition(userid string, definitionId string) error
- func (this *Client) DeleteProcessInstance(userid string, instanceId string) error
- func (this *Client) Get(userid string, key string) (value model.VariableWithUnixTimestamp, err error)
- func (this *Client) List(userid string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
- func (this *Client) Set(userid string, variable model.Variable) (err error)
- type Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Bulk ¶
func (this *Client) Bulk(userid string, bulk model.BulkRequest) (outputs model.BulkResponse, err error)
func (*Client) DeleteProcessDefinition ¶
func (*Client) DeleteProcessInstance ¶
func (*Client) List ¶
func (this *Client) List(userid string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
Click to show internal directories.
Click to hide internal directories.