Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClientAPI ¶
type BaseClientAPI interface { PublishCloudEventEvents(ctx context.Context, topicHostname string, events []eventgrid.CloudEventEvent) (result autorest.Response, err error) PublishCustomEventEvents(ctx context.Context, topicHostname string, events []interface{}) (result autorest.Response, err error) PublishEvents(ctx context.Context, topicHostname string, events []eventgrid.Event) (result autorest.Response, err error) }
BaseClientAPI contains the set of methods on the BaseClient type.
Click to show internal directories.
Click to hide internal directories.