Documentation
¶
Overview ¶
Package api provides a slice of Servers
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Servers = map[string]types.Server{ "extended": { CoreAPI: true, ServeUnix: true, Resources: []types.Resources{ { PathPrefix: apiTypes.ExtendedPathPrefix, Endpoints: []types.Endpoint{ extendedSimpleCmd, extendedWebsocketCmd, }, }, }, }, }
Servers represents the list of listeners that the daemon will start Each Server has pre-defined endpoints that will be added to the listener If the Server is marked as CoreAPI, its endpoints will be added to the core listener of Microcluster.
Functions ¶
func Extensions ¶
func Extensions() []string
Extensions returns the list of Microcluster extensions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.