autogits/bots-common/gitea-generated/models/issue_template_labels.go
Adam Majer 598ecbbd5a .
2024-07-07 21:12:40 +02:00

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