models/

directory
v0.0.0-...-41fd8b9 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: MIT

README

Models folder

The models folder contains all models for database tables, requests and responses.

What structs to store where

dbmodels

In here you store all models that represent tables in the database

reqmodels

In here you store all models that are used when the client requests the data

resmodels

In here you store all models that are used to respond to the client

apimodels

If a model could fit in reqmodels and resmodels or neither of them you store them here

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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