request

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestMeetingCreate

type RequestMeetingCreate struct {
	CreatorUserID   string         `json:"creator_userid"`
	Title           string         `json:"title"`
	MeetingStart    int            `json:"meeting_start"`
	MeetingDuration int            `json:"meeting_duration"`
	Description     string         `json:"description"`
	Type            int            `json:"type"`
	RemindTime      int            `json:"remind_time"`
	AgentID         int            `json:"agentid"`
	Attendees       *power.HashMap `json:"attendees"`
}

type RequestMeetingUpdate

type RequestMeetingUpdate struct {
	MeetingID       string         `json:"meetingid"`
	Title           string         `json:"title"`
	MeetingStart    int            `json:"meeting_start"`
	MeetingDuration int            `json:"meeting_duration"`
	Description     string         `json:"description"`
	Type            int            `json:"type"`
	RemindTime      int            `json:"remind_time"`
	Attendees       *power.HashMap `json:"attendees"`
}

Jump to

Keyboard shortcuts

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