dataplane

package
v0.20230823.1052657 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2023 License: MPL-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client *client.Client

	// ApiVersion specifies the version of the API being used, which (by design) will be consistent across a client
	// as we intentionally split out multiple API Versions into different clients, rather than using composite API
	// Versions/packages which can cause confusion about which version is being used.
	ApiVersion string
}

func NewDataPlaneClient

func NewDataPlaneClient(baseUri string, serviceName, apiVersion string) *Client

func (*Client) Execute

func (c *Client) Execute(ctx context.Context, req *client.Request) (*client.Response, error)

func (*Client) ExecutePaged

func (c *Client) ExecutePaged(ctx context.Context, req *client.Request) (*client.Response, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL