Documentation
¶
Index ¶
- func Create(params files_sdk.ExpectationCreateParams, ...) (expectation files_sdk.Expectation, err error)
- func Delete(params files_sdk.ExpectationDeleteParams, ...) (err error)
- func Find(params files_sdk.ExpectationFindParams, ...) (expectation files_sdk.Expectation, err error)
- func Trigger(params files_sdk.ExpectationTriggerParams, ...) (expectationEvaluation files_sdk.ExpectationEvaluation, err error)
- func Update(params files_sdk.ExpectationUpdateParams, ...) (expectation files_sdk.Expectation, err error)
- func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
- type Client
- func (c *Client) Create(params files_sdk.ExpectationCreateParams, ...) (expectation files_sdk.Expectation, err error)
- func (c *Client) Delete(params files_sdk.ExpectationDeleteParams, ...) (err error)
- func (c *Client) Find(params files_sdk.ExpectationFindParams, ...) (expectation files_sdk.Expectation, err error)
- func (c *Client) List(params files_sdk.ExpectationListParams, ...) (*Iter, error)
- func (c *Client) Trigger(params files_sdk.ExpectationTriggerParams, ...) (expectationEvaluation files_sdk.ExpectationEvaluation, err error)
- func (c *Client) Update(params files_sdk.ExpectationUpdateParams, ...) (expectation files_sdk.Expectation, err error)
- func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(params files_sdk.ExpectationCreateParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func Delete ¶
func Delete(params files_sdk.ExpectationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Find ¶
func Find(params files_sdk.ExpectationFindParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func Trigger ¶
func Trigger(params files_sdk.ExpectationTriggerParams, opts ...files_sdk.RequestResponseOption) (expectationEvaluation files_sdk.ExpectationEvaluation, err error)
func Update ¶
func Update(params files_sdk.ExpectationUpdateParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func UpdateWithMap ¶
func UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(params files_sdk.ExpectationCreateParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func (*Client) Delete ¶
func (c *Client) Delete(params files_sdk.ExpectationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Find ¶
func (c *Client) Find(params files_sdk.ExpectationFindParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func (*Client) List ¶
func (c *Client) List(params files_sdk.ExpectationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Trigger ¶
func (c *Client) Trigger(params files_sdk.ExpectationTriggerParams, opts ...files_sdk.RequestResponseOption) (expectationEvaluation files_sdk.ExpectationEvaluation, err error)
func (*Client) Update ¶
func (c *Client) Update(params files_sdk.ExpectationUpdateParams, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (expectation files_sdk.Expectation, err error)
type Iter ¶
func List ¶
func List(params files_sdk.ExpectationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) Expectation ¶
func (i *Iter) Expectation() files_sdk.Expectation
func (*Iter) LoadResource ¶
func (i *Iter) LoadResource(identifier interface{}, opts ...files_sdk.RequestResponseOption) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.