config.go 118 B

123456
  1. package thinksplit
  2. // Config represents the plugin configuration
  3. type Config struct {
  4. Enable bool `json:"enable"`
  5. }