Documentation
¶
Index ¶
- Constants
- func NewTokenProvider(authEndpoint string, authClientId string, authClientSecret string) func() (string, error)
- func NewUserTokenProvider(authEndpoint string, authClientId string, authClientSecret string, ...) func() (string, error)
- type Client
- func (this *Client) DeleteDeployment(token string, userId string, deplId string) (err error, code int)
- func (this *Client) DeleteProcessInstancesByBusinessKey(token string, businessKey string) (err error, code int)
- func (this *Client) Deploy(token string, depl DeploymentMessage) (err error, code int)
- func (this *Client) GetHistoricProcessInstances(token string, options InstanceListOptions) (result HistoricProcessInstances, err error, code int)
- func (this *Client) GetHistoricProcessInstancesWithTotal(token string, options InstanceListOptions) (result HistoricProcessInstancesWithTotal, err error, code int)
- func (this *Client) GetProcessInstances(token string) (result HistoricProcessInstances, err error, code int)
- func (this *Client) ListDeployments(token string, options DeploymentListOptions) (result []ExtendedDeployment, err error, code int)
- func (this *Client) StartDeployment(token string, deplId string, options StartOptions) (result ProcessInstance, err error, code int)
- type Deployment
- type DeploymentListOptions
- type DeploymentMessage
- type Diagram
- type ExtendedDeployment
- type HistoricProcessInstances
- type HistoricProcessInstancesWithTotal
- type IncidentHandling
- type InstanceListOptions
- type OpenidToken
- type ProcessInstance
- type StartOptions
Constants ¶
View Source
const InternalAdminToken = `` /* 727-byte string literal not displayed */
InternalAdminToken is expired and invalid. but because this service does not validate the received tokens, it may be used by trusted internal services which are within the same network (kubernetes cluster). requests with this token may not be routed over an ingres with token validation
Variables ¶
This section is empty.
Functions ¶
func NewTokenProvider ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteDeployment ¶
func (*Client) DeleteProcessInstancesByBusinessKey ¶ added in v1.0.8
func (*Client) Deploy ¶
func (this *Client) Deploy(token string, depl DeploymentMessage) (err error, code int)
func (*Client) GetHistoricProcessInstances ¶ added in v1.0.8
func (this *Client) GetHistoricProcessInstances(token string, options InstanceListOptions) (result HistoricProcessInstances, err error, code int)
func (*Client) GetHistoricProcessInstancesWithTotal ¶ added in v1.0.8
func (this *Client) GetHistoricProcessInstancesWithTotal(token string, options InstanceListOptions) (result HistoricProcessInstancesWithTotal, err error, code int)
func (*Client) GetProcessInstances ¶ added in v1.0.12
func (this *Client) GetProcessInstances(token string) (result HistoricProcessInstances, err error, code int)
func (*Client) ListDeployments ¶ added in v1.0.8
func (this *Client) ListDeployments(token string, options DeploymentListOptions) (result []ExtendedDeployment, err error, code int)
func (*Client) StartDeployment ¶ added in v1.0.8
func (this *Client) StartDeployment(token string, deplId string, options StartOptions) (result ProcessInstance, err error, code int)
type Deployment ¶
type Deployment = model.Deployment
type DeploymentListOptions ¶ added in v1.0.8
type DeploymentMessage ¶
type DeploymentMessage = model.DeploymentMessage
type ExtendedDeployment ¶ added in v1.0.8
type ExtendedDeployment = model.ExtendedDeployment
type HistoricProcessInstances ¶ added in v1.0.8
type HistoricProcessInstances = model.HistoricProcessInstances
type HistoricProcessInstancesWithTotal ¶ added in v1.0.8
type HistoricProcessInstancesWithTotal = model.HistoricProcessInstancesWithTotal
type IncidentHandling ¶
type IncidentHandling = model.IncidentHandling
type InstanceListOptions ¶ added in v1.0.8
type OpenidToken ¶
type ProcessInstance ¶ added in v1.0.8
type ProcessInstance = model.ProcessInstance
type StartOptions ¶ added in v1.0.8
Click to show internal directories.
Click to hide internal directories.