Documentation ¶
Index ¶
- func Create(ctx context.Context, params files_sdk.SftpHostKeyCreateParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func Delete(ctx context.Context, params files_sdk.SftpHostKeyDeleteParams, ...) (err error)
- func Find(ctx context.Context, params files_sdk.SftpHostKeyFindParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func Update(ctx context.Context, params files_sdk.SftpHostKeyUpdateParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- type Client
- func (c *Client) Create(ctx context.Context, params files_sdk.SftpHostKeyCreateParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func (c *Client) Delete(ctx context.Context, params files_sdk.SftpHostKeyDeleteParams, ...) (err error)
- func (c *Client) Find(ctx context.Context, params files_sdk.SftpHostKeyFindParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func (c *Client) List(ctx context.Context, params files_sdk.SftpHostKeyListParams, ...) (*Iter, error)
- func (c *Client) Update(ctx context.Context, params files_sdk.SftpHostKeyUpdateParams, ...) (sftpHostKey files_sdk.SftpHostKey, err error)
- func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, ...) (sftpHostKey files_sdk.SftpHostKey, 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.SftpHostKeyCreateParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func Delete ¶
func Delete(ctx context.Context, params files_sdk.SftpHostKeyDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func Find ¶
func Find(ctx context.Context, params files_sdk.SftpHostKeyFindParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func Update ¶
func Update(ctx context.Context, params files_sdk.SftpHostKeyUpdateParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func UpdateWithMap ¶
func UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
Types ¶
type Client ¶
func (*Client) Create ¶
func (c *Client) Create(ctx context.Context, params files_sdk.SftpHostKeyCreateParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func (*Client) Delete ¶
func (c *Client) Delete(ctx context.Context, params files_sdk.SftpHostKeyDeleteParams, opts ...files_sdk.RequestResponseOption) (err error)
func (*Client) Find ¶
func (c *Client) Find(ctx context.Context, params files_sdk.SftpHostKeyFindParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context, params files_sdk.SftpHostKeyListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Client) Update ¶
func (c *Client) Update(ctx context.Context, params files_sdk.SftpHostKeyUpdateParams, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
func (*Client) UpdateWithMap ¶
func (c *Client) UpdateWithMap(ctx context.Context, params map[string]interface{}, opts ...files_sdk.RequestResponseOption) (sftpHostKey files_sdk.SftpHostKey, err error)
type Iter ¶
func List ¶
func List(ctx context.Context, params files_sdk.SftpHostKeyListParams, opts ...files_sdk.RequestResponseOption) (*Iter, error)
func (*Iter) LoadResource ¶
func (i *Iter) LoadResource(identifier interface{}, opts ...files_sdk.RequestResponseOption) (interface{}, error)
func (*Iter) Reload ¶
func (i *Iter) Reload(opts ...files_sdk.RequestResponseOption) files_sdk.IterI
func (*Iter) SftpHostKey ¶
func (i *Iter) SftpHostKey() files_sdk.SftpHostKey
Click to show internal directories.
Click to hide internal directories.