Versions in this module Expand all Collapse all v4 v4.0.0 Jun 4, 2024 Changes in this version + type GetOpts struct + TenantID string + UserToken string + func (opts GetOpts) ToProcessQuery() (string, error) + type GetOptsBuilder interface + ToProcessQuery func() (string, error) + type GetResult struct + func Get(client *eclcloud.ServiceClient, processID string, opts GetOptsBuilder) (r GetResult) + func (r GetResult) Extract() (*ProcessInstance, error) + func (r GetResult) ExtractInto(v interface{}) error + type ProcessInstance struct + Status ProcessStatus + type ProcessStatus struct + Status string Other modules containing this package github.com/nttcom/eclcloud/v3