function

package
v0.0.0-...-80d70ea Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2021 License: MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportParticipants

func ExportParticipants(w http.ResponseWriter, r *http.Request)

Types

type Attachment

type Attachment struct {
	Text     string `json:"text"`
	ImageURL string `json:"image_url"`
}

Attachment - part of SlackResponse

type Env

type Env struct {
	SecretKey string `required:"true"`
	ApiKey    string `required:"true"`
}

type MeetingParticipantsResponseBody

type MeetingParticipantsResponseBody struct {
	Pagecount     int                        `json:"page_count"`
	PageSize      int                        `json:"page_size"`
	TotalRecord   int                        `json:"total_records"`
	NextPageToken string                     `json:"next_page_token"`
	Participants  []ParticipantsResponseBody `json:"participants"`
}

type ParticipantsResponseBody

type ParticipantsResponseBody struct {
	Id        string `json:"id"`
	Name      string `json:"name"`
	UserEmail string `json:"user_email"`
}

type SlackResponse

type SlackResponse struct {
	Text string `json:"text"`
}

SlackResponse - response from Slack

Jump to

Keyboard shortcuts

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