pkg

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Login added in v0.0.2

func Login() error

func Logout added in v0.0.2

func Logout() error

Types

type ScheduleRequest

type ScheduleRequest struct {
	Title string
	// Visibility   string
	Description string
	// Category     string
	Date        time.Time
	MadeForKids bool

	AutoStart bool
	AutoStop  bool
	DVR       bool
}

type ScheduleResponse

type ScheduleResponse struct {
	ID          string
	Title       string
	Description string
	Date        time.Time
	Link        string
	StreamName  string
	StreamKey   string
	StreamURL   string
}

func Schedule

func Schedule(options ScheduleRequest) (result ScheduleResponse, err error)

Jump to

Keyboard shortcuts

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