github.com/crowdsecurity/crowdsec@v1.6.1/pkg/models/add_alerts_response.go (about) 1 // Code generated by go-swagger; DO NOT EDIT. 2 3 package models 4 5 // This file was generated by the swagger tool. 6 // Editing this file might prove futile when you re-run the swagger generate command 7 8 import ( 9 "context" 10 11 "github.com/go-openapi/strfmt" 12 ) 13 14 // AddAlertsResponse AddAlertsResponse 15 // 16 // swagger:model AddAlertsResponse 17 type AddAlertsResponse []string 18 19 // Validate validates this add alerts response 20 func (m AddAlertsResponse) Validate(formats strfmt.Registry) error { 21 return nil 22 } 23 24 // ContextValidate validates this add alerts response based on context it is used 25 func (m AddAlertsResponse) ContextValidate(ctx context.Context, formats strfmt.Registry) error { 26 return nil 27 }