Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OwncloudNamespace is the base path for micro' services to use OwncloudNamespace = "com.owncloud." // MicroServices to start as part of the fullstack option MicroServices = []string{ "api", "web", "registry", } // Extensions are ocis extension services Extensions = []string{ "proxy", "store", "settings", "phoenix", "graph", "graph-explorer", "ocs", "webdav", "reva-frontend", "reva-gateway", "reva-users", "reva-auth-basic", "reva-auth-bearer", "reva-storage-home", "reva-storage-home-data", "reva-storage-eos", "reva-storage-eos-data", "reva-storage-oc", "reva-storage-oc-data", "reva-storage-public-link", "accounts", "glauth", "konnectd", "thumbnails", } )
Functions ¶
func AddMicroPlatform ¶
AddMicroPlatform adds the micro subcommands to the cli app
Types ¶
Click to show internal directories.
Click to hide internal directories.