parser

package
v0.7.25 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: GPL-3.0 Imports: 4 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(name string, b Builder)

Types

type Builder

type Builder interface {
	Build(cfg map[string]string) (Parser, error)
}

type Parser

type Parser interface {
	ParseLiveStream(ctx context.Context, url *url.URL, live live.Live, file string) error
	Stop() error
}

func New

func New(name string, cfg map[string]string) (Parser, error)

type StatusParser added in v0.6.0

type StatusParser interface {
	Parser
	Status() (map[string]string, error)
}

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
native
flv

Jump to

Keyboard shortcuts

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