Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(app *appsrv.Application, s *Service)
Types ¶
type DescGetter ¶
type DescGetter interface {
Get(ip string) (guestDesc *desc.SGuestDesc)
}
type DescGetterFunc ¶
type DescGetterFunc func(ip string) (guestDesc *desc.SGuestDesc)
func (DescGetterFunc) Get ¶
func (f DescGetterFunc) Get(ip string) (guestDesc *desc.SGuestDesc)
type Service ¶
type Service struct { Address string Port int DescGetter DescGetter }
Click to show internal directories.
Click to hide internal directories.