Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = modules.Module{ Name: "mpd", CreateInstance: CreateInstance, }
Functions ¶
func CreateInstance ¶
func CreateInstance(name string, config map[string]interface{}) (instance modules.ModuleInstance)
Types ¶
type MPDFormatData ¶
type MPDInstance ¶
type MPDInstance struct {
// contains filtered or unexported fields
}
func (MPDInstance) Name ¶
func (m MPDInstance) Name() string
func (MPDInstance) RefreshInterval ¶
func (m MPDInstance) RefreshInterval() int
func (MPDInstance) Render ¶
func (m MPDInstance) Render() (item modules.Item)
func (MPDInstance) String ¶
func (m MPDInstance) String() (s string)
Click to show internal directories.
Click to hide internal directories.