Documentation ¶
Index ¶
Constants ¶
View Source
const ( InstanceName = "Cyprus" Service = "_cyprus._tcp" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractSubsystem ¶
type AbstractSubsystem interface {
Setup() error
}
type MediaPlayerSubsystem ¶
type MediaPlayerSubsystem interface { // -- SUBSYSTEM METHODS -- Setup() error Routine() Shutdown() }
func NewMediaPlayerSubsystem ¶
func NewMediaPlayerSubsystem(bidirChan *comm.BiDirMessageChannel) (MediaPlayerSubsystem, error)
type NetworkDiscovery ¶
type NetworkDiscovery struct {
// contains filtered or unexported fields
}
func NewNetworkDiscovery ¶
func NewNetworkDiscovery(port int, secure bool) (*NetworkDiscovery, error)
func (*NetworkDiscovery) Shutdown ¶
func (nt *NetworkDiscovery) Shutdown()
type ServerSubsystems ¶
type ServerSubsystems struct {
// contains filtered or unexported fields
}
func NewServerSubsystem ¶
func NewServerSubsystem() *ServerSubsystems
func (*ServerSubsystems) SetupMediaPlayer ¶
func (s *ServerSubsystems) SetupMediaPlayer(mpBiDirChan *comm.BiDirMessageChannel) error
Click to show internal directories.
Click to hide internal directories.