crowdsec/pkg/models/console_options.go
mmetc 4635d04b22
lapi detailed metrics: API spec + models (#3100)
* lapi detailed metrics: API spec + models

* models+db: split hubstate by item type
2024-07-02 22:49:47 +02:00

27 lines
661 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"
)
// ConsoleOptions ConsoleOptions
//
// swagger:model ConsoleOptions
type ConsoleOptions []string
// Validate validates this console options
func (m ConsoleOptions) Validate(formats strfmt.Registry) error {
return nil
}
// ContextValidate validates this console options based on context it is used
func (m ConsoleOptions) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
return nil
}