models

package
v0.0.0-...-4958f1d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseAPI

type ResponseAPI struct {
	SearchName      string    `json:"SearchName,omitempty"`
	MetaphoneSearch string    `json:"MetaphoneSearch,omitempty"`
	ID              int       `json:"ID"`
	CreatedAt       time.Time `json:"CreatedAt"`
	UpdatedAt       time.Time `json:"UpdatedAt"`
	DeletedAt       time.Time `json:"DeletedAt"`
	Name            string    `json:"Name"`
	Classification  string    `json:"Classification"`
	Metaphone       string    `json:"Metaphone"`
	NameVariations  string    `json:"NameVariations"`
}

type WriteStruct

type WriteStruct struct {
	SearchName     string `json:"SearchName,omitempty"`
	ID             string `json:"ID"`
	CreatedAt      string `json:"CreatedAt"`
	UpdatedAt      string `json:"UpdatedAt"`
	DeletedAt      string `json:"DeletedAt"`
	Name           string `json:"Name"`
	Classification string `json:"Classification"`
	Metaphone      string `json:"Metaphone"`
	NameVariations string `json:"NameVariations"`
	Err            error  `json:"err"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL