package
0.0.0-20210831081626-d823fe11ceba
Repository: https://github.com/huaweicloud/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Create is a method to create trigger through function urn and CreateOpts.
Delete is a method to delete existing trigger.
DeleteAll is a method to delete all triggers from a function.
ExtractList is a method which to extract the response to a trigger list.
Get is a method to obtain a trigger through function urn, function code and trigger ID.
List is a method to obtain an array of one or more trigger for function graph according to the urn.
Update is a method to update existing trigger through function urn, function code, trigger ID and UpdateOpts.
# Structs
CreateOpts is a struct which will be used to create a new trigger.
CreateResult represents a result of the Create method.
DeleteResult represents a result of the Delete method.
GetResult represents a result of the Update method.
Trigger is a struct that represents the result of Create and Get methods.
TriggerPage represents the response pages of the List method.
UpdateOpts is a struct which will be used to update existing trigger.
UpdateResult represents a result of the Update method.
# Interfaces
CreateOptsBuilder is an interface used to support the construction of the request body for trigger creates.
UpdateOptsBuilder is an interface used to support the construction of the request body for trigger updates.