Documentation
¶
Overview ¶
Package host provides functions for registering the web service APIs and running the sync server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebService ¶
type WebService interface {
// Attach http handles to http routs.
Host() bool
}
Service interface that should be implemented by all the services.
Click to show internal directories.
Click to hide internal directories.