コード例 #1
0
func init() {
	dbtm.RegisterPlugin("root-resolve", doc, run)
}
コード例 #2
0
func init() {
	cmd := dbtm.RegisterPlugin("shadow-directory", doc, run)
	cmd.Flag("mount", "A mountpoint that will shadow the junk filled directory").Required().StringVar(&mount)
}
コード例 #3
0
func init() {
	dbtm.RegisterPlugin("invisible-net", doc, run)
}
コード例 #4
0
func init() {
	dbtm.RegisterPlugin("immutable-file", doc, run)
}