package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method used to create a new custom event source using given parameters.
Delete is a method to delete an existing custom event source using its ID.
ExtractSources is a method to extract the list of custom event sources.
Get is a method to query an existing event source by its ID.
List is a method to query the event source list using given parameters.
Update is a method used to modify an existing custom event source using given parameters.

# Structs

CreateOpts is the structure used to create a new custom event source.
EventType is the structure that represents the event type that provided by the event source.
ListOpts is the structure used to query event source list.
Source is the structure that represents the event source detail.
SourcePage is a single page maximum result representing a query by offset page.
UpdateOpts is the structure used to update an existing custom event source.