2022-07-22 16:52:36 +02:00
|
|
|
// Code generated by go-swagger; DO NOT EDIT.
|
|
|
|
|
2022-07-26 21:16:02 +02:00
|
|
|
package rest_model_zrok
|
2022-07-22 16:52:36 +02:00
|
|
|
|
|
|
|
// 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"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Version version
|
|
|
|
//
|
|
|
|
// swagger:model version
|
2022-07-27 20:45:16 +02:00
|
|
|
type Version string
|
2022-07-22 16:52:36 +02:00
|
|
|
|
|
|
|
// Validate validates this version
|
2022-07-27 20:45:16 +02:00
|
|
|
func (m Version) Validate(formats strfmt.Registry) error {
|
2022-07-22 16:52:36 +02:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// ContextValidate validates this version based on context it is used
|
2022-07-27 20:45:16 +02:00
|
|
|
func (m Version) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
|
2022-07-22 16:52:36 +02:00
|
|
|
return nil
|
|
|
|
}
|