apirequest

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateChannel

type CreateChannel struct {
	Name                 string          `json:"name"`
	Options              ResourceOptions `json:"options,omitempty"`
	ParticipatorRestrict bool            `json:"participator_restrict,omitempty"`
	IdleTimeoutSecond    int             `json:"idle_timeout,omitempty"`
}

type CreateVote

type CreateVote struct {
	Name              string             `json:"name"`
	Options           ResourceOptions    `json:"options,omitempty"`
	VoteOptions       []CreateVoteOption `json:"vote_options,omitempty"`
	IdleTimeoutSecond int32              `json:"idle_timeout,omitempty"`
}

type CreateVoteOption

type CreateVoteOption struct {
	Name string `json:"name,omitempty"`
}

type ResourceOptions

type ResourceOptions struct {
	Notification ResourceOptionsNotification `json:"notification"`
}

type ResourceOptionsNotification

type ResourceOptionsNotification struct {
	Join  bool `json:"join"`
	Leave bool `json:"leave"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL