workdir

package
v0.0.0-...-b1f2762 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type History

type History interface {
	Check(key string) bool
	Write(key string) error
}

func NewHistory

func NewHistory(path string) History

type HistoryImpl

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

func (*HistoryImpl) Check

func (h *HistoryImpl) Check(key string) bool

func (*HistoryImpl) Write

func (h *HistoryImpl) Write(key string) error

type Workdir

type Workdir struct {
	wd.Wd
	// contains filtered or unexported fields
}

func NewWorkdir

func NewWorkdir(wd *wd.Wd, muxer muxer.MuxerHLS, namemap map[string]string) *Workdir

func (*Workdir) AlreadyLoadedChunks

func (wd *Workdir) AlreadyLoadedChunks() map[string]bool

func (*Workdir) ForceMux

func (wd *Workdir) ForceMux() error

func (*Workdir) Mux

func (wd *Workdir) Mux() error

func (*Workdir) ResolveName

func (wd *Workdir) ResolveName(name string) string

func (*Workdir) SaveNamed

func (wd *Workdir) SaveNamed(name string, fileBody string) error

func (*Workdir) SaveNamedRaw

func (wd *Workdir) SaveNamedRaw(name string, fileBody []byte) error

func (*Workdir) WasWritten

func (wd *Workdir) WasWritten(name string) bool

type WorkdirHLS

type WorkdirHLS interface {
	model.WorkdirFile
}

type WorkdirHLSMuxer

type WorkdirHLSMuxer interface {
	model.WorkdirFile
	Mux() error
	ForceMux() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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