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