示例#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
	)
}