mirror of https://github.com/vernonkeenan/lib
32 lines
718 B
Go
32 lines
718 B
Go
// Code generated by go-swagger; DO NOT EDIT.
|
|
|
|
// (c) 2012-2020 by Taxnexus, Inc.
|
|
// All rights reserved worldwide.
|
|
// Proprietary product; unlicensed use is not allowed
|
|
|
|
package sfgate_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"
|
|
)
|
|
|
|
// Ids Taxnexus Record Ids
|
|
//
|
|
// swagger:model Ids
|
|
type Ids []string
|
|
|
|
// Validate validates this ids
|
|
func (m Ids) Validate(formats strfmt.Registry) error {
|
|
return nil
|
|
}
|
|
|
|
// ContextValidate validates this ids based on context it is used
|
|
func (m Ids) ContextValidate(ctx context.Context, formats strfmt.Registry) error {
|
|
return nil
|
|
}
|