Documentation ¶
Index ¶
- type History
- type HistoryImpl
- type Workdir
- func (wd *Workdir) AlreadyLoadedChunks() map[string]bool
- func (wd *Workdir) ForceMux() error
- func (wd *Workdir) Mux() error
- func (wd *Workdir) ResolveName(name string) string
- func (wd *Workdir) SaveNamed(name string, fileBody string) error
- func (wd *Workdir) SaveNamedRaw(name string, fileBody []byte) error
- func (wd *Workdir) WasWritten(name string) bool
- type WorkdirHLS
- type WorkdirHLSMuxer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
func NewHistory ¶
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 ¶
func NewWorkdir ¶
func (*Workdir) AlreadyLoadedChunks ¶
func (*Workdir) ResolveName ¶
func (*Workdir) WasWritten ¶
type WorkdirHLS ¶
type WorkdirHLS interface { model.WorkdirFile }
type WorkdirHLSMuxer ¶
type WorkdirHLSMuxer interface { model.WorkdirFile Mux() error ForceMux() error }
Click to show internal directories.
Click to hide internal directories.