crowdsec/pkg/models/add_alerts_response.go
2022-01-11 16:45:34 +01:00

28 lines
687 B
Go

// 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 (
"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
}
// 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
}