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
|
|
|
|
/*KapacitorProxyResponse Entire response from the kapacitor backend.
|
|
|
|
swagger:model KapacitorProxyResponse
|
|
*/
|
|
type KapacitorProxyResponse interface{}
|