Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelSection ¶
type ChannelSection interface { List(parts []string, output string) // Update() // Insert() Delete() // contains filtered or unexported methods }
func NewChannelSection ¶
func NewChannelSection(opts ...Option) ChannelSection
type Option ¶
type Option func(*channelSection)
func WithChannelId ¶
Click to show internal directories.
Click to hide internal directories.