Exemplo n.º 1
0
func init() {
	blobserver.RegisterHandlerConstructor("publish", newPublishFromConfig)
}
Exemplo n.º 2
0
func init() {
	blobserver.RegisterHandlerConstructor("root", newRootFromConfig)
}
Exemplo n.º 3
0
func init() {
	blobserver.RegisterHandlerConstructor("setup", newSetupFromConfig)
}
Exemplo n.º 4
0
func init() {
	blobserver.RegisterHandlerConstructor("status", newStatusFromConfig)
}
Exemplo n.º 5
0
func init() {
	blobserver.RegisterHandlerConstructor("jsonsign", newJSONSignFromConfig)
}
Exemplo n.º 6
0
func init() {
	// Register the meta "importer" handler, which handles all other handlers.
	blobserver.RegisterHandlerConstructor("importer", newFromConfig)
}
Exemplo n.º 7
0
func init() {
	blobserver.RegisterHandlerConstructor("ui", uiFromConfig)
}
Exemplo n.º 8
0
func init() {
	blobserver.RegisterHandlerConstructor("search", newHandlerFromConfig)
}
Exemplo n.º 9
0
func init() {
	blobserver.RegisterHandlerConstructor("sync", newSyncFromConfig)
}
Exemplo n.º 10
0
func init() {
	blobserver.RegisterHandlerConstructor("help", newHelpFromConfig)
}
Exemplo n.º 11
0
func init() {
	blobserver.RegisterHandlerConstructor("share", newShareFromConfig)
}