Documentation ¶
Index ¶
- type Auth
- type Client
- func (this *Client[TokenType]) Bulk(userid string, bulk model.BulkRequest) (outputs model.BulkResponse, err error)
- func (this *Client[TokenType]) Count(userid string, query model.VariablesQueryOptions) (result model.Count, err error)
- func (this *Client[TokenType]) Delete(userid string, key string) error
- func (this *Client[TokenType]) DeleteProcessDefinition(userid string, definitionId string) error
- func (this *Client[TokenType]) DeleteProcessInstance(userid string, instanceId string) error
- func (this *Client[TokenType]) Get(userid string, key string) (value model.VariableWithUnixTimestamp, err error)
- func (this *Client[TokenType]) List(userid string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
- func (this *Client[TokenType]) 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[TokenType Token] struct { // contains filtered or unexported fields }
func NewWithAuth ¶
func NewWithGenericAuth ¶
func (*Client[TokenType]) Bulk ¶
func (this *Client[TokenType]) Bulk(userid string, bulk model.BulkRequest) (outputs model.BulkResponse, err error)
func (*Client[TokenType]) DeleteProcessDefinition ¶
func (*Client[TokenType]) DeleteProcessInstance ¶
func (*Client[TokenType]) List ¶
func (this *Client[TokenType]) List(userid string, query model.VariablesQueryOptions) (result []model.VariableWithUnixTimestamp, err error)
Click to show internal directories.
Click to hide internal directories.