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