plugin_bundle.go 105 B

12345678
  1. package models
  2. type PluginBundle struct {
  3. Id int64
  4. Type string
  5. Org int64
  6. Enabled bool
  7. }