data.go 123 B

1234567891011
  1. package common
  2. type RPCArgDesc struct {
  3. Name, Json string
  4. }
  5. type PluginDesc struct {
  6. RPCArgDesc
  7. Type int
  8. Stop bool
  9. }