models

package
v0.0.0-...-f8deed7 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppConfig

type AppConfig struct {
	DatabaseUrl       string
	ApiPort           string
	DatabaseName      string
	DatabaseTableName string
}

type Pokemon

type Pokemon struct {
	Name       string    `json:"name"`
	Type       string    `json:"type"`
	CaughtDate time.Time `json:"caught_date"`
}

Jump to

Keyboard shortcuts

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