Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fly ¶
type Fly struct {
// contains filtered or unexported fields
}
Fly is a resource for interacting with Stage Instances.
func New ¶
func New(client flies.RestClient, channelID, token string) *Fly
New creates a new Fly. `channelID` should be the ID of a Stage Channel.
func (*Fly) Delete ¶
Delete removes the Stage Instance.
The current User must be a moderator of the associated Channel.
type ModifyOptions ¶
type ModifyOptions struct { Topic string `json:"topic,omitempty"` PrivacyLevel sigil.PrivacyLevel `json:"privacy_level,omitempty"` }
ModifyOptions are used to modify a Stage.
Click to show internal directories.
Click to hide internal directories.