Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOpts ¶
type Event ¶
type Event struct {
Id string `json:"id"`
Content string `json:"content"`
LastModified int `json:"last_modified"`
Name string `json:"name"`
}
func Update ¶
func Update(client *golangsdk.ServiceClient, opts UpdateOpts) (*Event, error)
type EventFuncResp ¶
func Create ¶
func Create(client *golangsdk.ServiceClient, opts CreateOpts) (*EventFuncResp, error)
type ListEventsResponse ¶
type ListEventsResponse struct {
Events []Event `json:"events"`
NextMarker int `json:"next_marker"`
Count int `json:"count"`
}
func List ¶
func List(client *golangsdk.ServiceClient, funcUrn string) (*ListEventsResponse, error)
type UpdateOpts ¶
Click to show internal directories.
Click to hide internal directories.