Documentation ¶
Index ¶
- type BaseClient
- func (c *BaseClient) Execute(ctx context.Context, req *client.Request) (*client.Response, error)
- func (c *BaseClient) ExecutePaged(ctx context.Context, req *client.Request) (*client.Response, error)
- func (c *BaseClient) NewRequest(ctx context.Context, input client.RequestOptions) (*client.Request, error)
- func (c *BaseClient) WithAuthorizer(auth auth.Authorizer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClient ¶
func NewBaseClient ¶
func NewBaseClient(accountName string, accountType string, api environments.Api, componentName, apiVersion string) (*BaseClient, error)
func (*BaseClient) ExecutePaged ¶
func (*BaseClient) NewRequest ¶
func (c *BaseClient) NewRequest(ctx context.Context, input client.RequestOptions) (*client.Request, error)
func (*BaseClient) WithAuthorizer ¶
func (c *BaseClient) WithAuthorizer(auth auth.Authorizer)
Click to show internal directories.
Click to hide internal directories.