zoom

package
v0.0.0-...-86fdd16 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ZoomAPIKey    string        `long:"zoom-api-key" description:"Zoom API Key" required:"false" default:"" env:"ZOOM_API_KEY"`
	ZoomAPISecret string        `long:"zoom-api-secret" description:"Zoom API Secret" required:"false" default:"" env:"ZOOM_API_SECRET"`
	ZoomUserId    string        `long:"zoom-user-id" description:"Zoom User ID" required:"false" default:"" env:"ZOOM_USER_ID"`
	ZoomInterval  time.Duration `long:"zoom-interval" description:"Zoom Ticker Interval" required:"false" default:"5m" env:"ZOOM_INTERVAL"`
}

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(cfg *Config) *Server

func (*Server) ListUpcomingMeetings

func (z *Server) ListUpcomingMeetings() middleware.Responder

func (*Server) Start

func (z *Server) Start()

Jump to

Keyboard shortcuts

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