model

package
v0.0.0-...-6d63a71 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewPet

type NewPet struct {
	Name    string `json:"name" bson:"name,omitempty"`
	Species string `json:"species" bson:"species,omitempty"`
	Breed   string `json:"breed" bson:"breed,omitempty"`
}

type Pet

type Pet struct {
	ID      string `json:"id" bson:"_id"`
	Name    string `json:"name" bson:"name,omitempty"`
	Species string `json:"species" bson:"species,omitempty"`
	Breed   string `json:"breed" bson:"breed,omitempty"`
}

Jump to

Keyboard shortcuts

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