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 channel using given parameters.
Delete is a method to delete an existing custom channel using its ID.
ExtractChannels is a method to extract the list of custom channels.
Get is a method to query an existing channel by its ID.
List is a method to query the channel list using given parameters.
Update is a method used to modify an existing custom channel using given parameters.

# Structs

Channel is the structure that represents the channel detail.
ChannelPage is a single page maximum result representing a query by offset page.
CreateOpts is the structure used to create a new custom channel.
CrossAccountPolicy is the structure that represents the cross-account policy.
ListOpts is the structure used to query channel list.
PrincipalInfo is the structure that represents the domain ID list of the cross-account policy.
UpdateOpts is the structure used to update an existing custom channel.