petshopd

package
v0.0.0-...-c02a792 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main()

Main is the entry point for the Pet Shop service.

Types

type Pet

type Pet struct {
	ID               int    // This pet's ID number
	Name             string // The pet's name
	Description      string // A brief description of the pet
	PictureExtension string // The extension of the image uploaded for the pet
}

Pet represents a single pet in the database.

Jump to

Keyboard shortcuts

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