crowdsec/pkg/models/add_alerts_response.go

28 lines
687 B
Go
Raw Normal View History

// Code generated by go-swagger; DO NOT EDIT.
package models
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
2022-01-11 15:45:34 +00:00
"context"
"github.com/go-openapi/strfmt"
)
// AddAlertsResponse AddAlertsResponse
//
// swagger:model AddAlertsResponse
type AddAlertsResponse []string
// Validate validates this add alerts response
func (m AddAlertsResponse) Validate(formats strfmt.Registry) error {
return nil
}
2022-01-11 15:45:34 +00:00
// ContextValidate validates this add alerts response based on context it is used
func (m AddAlertsResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
return nil
}