apiresponse

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 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 {
	AppId             string `json:"app_id,omitempty"`
	ChannelId         string `json:"channel_id,omitempty"`
	Name              string `json:"name,omitempty"`
	OwnerKey          string `json:"owner_key,omitempty"`
	ParticipatorKey   string `json:"participator_key,omitempty"`
	IdleTimeoutSecond int    `json:"idle_timeout,omitempty"`
}

type CreateVote

type CreateVote struct {
	AppId             string              `json:"app_id"`
	Name              string              `json:"name"`
	VoteId            string              `json:"vote_id"`
	VoteOptions       []CreateVoteOptions `json:"vote_options,omitempty"`
	Key               string              `json:"key,omitempty"`
	IdleTimeoutSecond int                 `json:"idle_timeout,omitempty"`
}

type CreateVoteOptions

type CreateVoteOptions struct {
	Id   string `json:"id,omitempty"`
	Name string `json:"name,omitempty"`
}

Jump to

Keyboard shortcuts

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