plugbase.go 110 B

1234567
  1. package plugbase
  2. //PlugInfo plugin base information
  3. type PlugInfo struct {
  4. Author string
  5. Contact string
  6. }