Documentation
¶
Index ¶
Constants ¶
View Source
const ( CommandAuthorize = iota CommandProtocolVersion CommandProtocolRevision CommandQuit CommandNop CommandCountChannels CommandGetChannels CommandGetChannelCrc CommandSetEpoch CommandListEpochs CommandGetSourceList CommandGetSourceData CommandUnknown )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BashPattern ¶
func ParseBashPattern ¶
func ParseBashPattern(input string) (BashPattern, error)
type NdsChannelListEntry ¶
type NdsChannelListEntry struct { common.BasicChannel Spans []SourceSpan }
func ChannelListLine ¶
func ChannelListLine(input string) (NdsChannelListEntry, error)
func (*NdsChannelListEntry) Existence ¶
func (cl *NdsChannelListEntry) Existence() common.TimeSpan
Source Files
¶
- bash_pattern.go
- channel_list.go
- command.go
- common.go
- const.go
Click to show internal directories.
Click to hide internal directories.