Documentation ¶
Index ¶
- func Create(ctx context.Context, params files_sdk.As2StationCreateParams, ...) (as2Station files_sdk.As2Station, err error)
- func Delete(ctx context.Context, params files_sdk.As2StationDeleteParams, ...) (err error)
- func Find(ctx context.Context, params files_sdk.As2StationFindParams, ...) (as2Station files_sdk.As2Station, err error)
- func Update(ctx context.Context, params files_sdk.As2StationUpdateParams, ...) (as2Station files_sdk.As2Station, err error)
- func UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (as2Station files_sdk.As2Station, err error)
- type Client
- func (c *Client) Create(ctx context.Context, params files_sdk.As2StationCreateParams, ...) (as2Station files_sdk.As2Station, err error)
- func (c *Client) Delete(ctx context.Context, params files_sdk.As2StationDeleteParams, ...) (err error)
- func (c *Client) Find(ctx context.Context, params files_sdk.As2StationFindParams, ...) (as2Station files_sdk.As2Station, err error)
- func (c *Client) List(ctx context.Context, params files_sdk.As2StationListParams, ...) (*Iter, error)
- func (c *Client) Update(ctx context.Context, params files_sdk.As2StationUpdateParams, ...) (as2Station files_sdk.As2Station, err error)
- func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (as2Station files_sdk.As2Station, err error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, params files_sdk.As2StationCreateParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func Delete ¶
func Delete(ctx context.Context, params files_sdk.As2StationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Find ¶
func Find(ctx context.Context, params files_sdk.As2StationFindParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func Update ¶
func Update(ctx context.Context, params files_sdk.As2StationUpdateParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func UpdateWithMap ¶
func UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params files_sdk.As2StationCreateParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, params files_sdk.As2StationDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Find ¶
func (c *Client) Find(ctx context.Context, params files_sdk.As2StationFindParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, params files_sdk.As2StationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Update ¶
func (c *Client) Update(ctx context.Context, params files_sdk.As2StationUpdateParams, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (as2Station files_sdk.As2Station, err error)
type Iter ¶
func List ¶
func List(ctx context.Context, params files_sdk.As2StationListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) As2Station ¶
func (i *Iter) As2Station() files_sdk.As2Station
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.