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