Discover Packages
github.com/RiskIdent/gocrud
pkg
model
package
Version:
v0.0.0-...-6d63a71
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
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 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.