Exemplo n.º 1
0
func init() {
	services.Registercommand(
		Instance,
		"localfile command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 2
0
func init() {
	services.Registercommand(
		Instance,
		"kademliadht command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 3
0
func init() {
	services.Registercommand(
		Instance,
		"googledrive command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 4
0
func init() {
	services.Registercommand(
		Instance,
		"directhttp command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 5
0
func init() {
	services.Registercommand(
		Instance,
		"multicast command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 6
0
func init() {
	services.Registercommand(
		Instance,
		"appsscript command", //This is the usage string
	)
	services.Registerrunner(Instance)
}
Exemplo n.º 7
0
func init() {
	services.Registercommand(
		instance,
		"Crawler command", //This is the usage string
	)
}