11 lines
300 B
Go
11 lines
300 B
Go
package models
|
|
|
|
// This file was generated by the swagger tool.
|
|
// Editing this file might prove futile when you re-run the swagger generate command
|
|
|
|
/*KapacitorProxy Entirely used as the body for the request to the kapacitor backend.
|
|
|
|
swagger:model KapacitorProxy
|
|
*/
|
|
type KapacitorProxy interface{}
|