pkg

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2021 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CleanupKeys

func CleanupKeys(since time.Time) ([]string, error)

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
	StreamKeyName 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