package
0.0.0-20210818084432-aea36be32079
Repository: https://github.com/go-masonry/tutorial.git
Documentation: pkg.go.dev

# README

/app/data

Code in this directory is all about Storage/Databases.

If your service needs to access some kind of DB, place all logic related to it here.

If your service doesn't need to access any kind of DB it's better to delete this directory

Examples

  • SQL (MySQL, PostgreSQL,...)
  • Document storage (mongo, ...)
  • Key->Value storage (Redis, ...)
  • AWS S3

# Functions

No description provided by the author

# Structs

CarEntity is our internal representation of the car.

# Interfaces

This interface will represent our car db.