Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentBackend ¶
func NewAgentBackend ¶
func NewAgentBackend(uh *updatehub.UpdateHub) (*AgentBackend, error)
type LocalServer ¶
type LocalServer struct {
// contains filtered or unexported fields
}
func NewLocalServer ¶
func NewLocalServer(updatePackage *UpdatePackage) (*LocalServer, error)
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func NewRouter ¶
func NewRouter(backend *AgentBackend) *Router
type UpdatePackage ¶
type UpdatePackage struct {
// contains filtered or unexported fields
}
func NewUpdatePackage ¶
func NewUpdatePackage(f *os.File) (*UpdatePackage, error)
Click to show internal directories.
Click to hide internal directories.