modulepackage
0.0.17
Repository: https://github.com/hidromatologia-v2/models.git
Documentation: pkg.go.dev
# README
Models
This repository contains the main functionalities used in all the microservices present in the project.
Designed in a way to maintain centralized the database models and controllers.
Usage
Installing
go get -u github.com/hidromatologia-v2/models
Development
Make sure you have the environment setup.
docker compose up -d
Then unit tests could be executed with:
go test -v ./...
Always ensure coverage is over 80%. If 100% is possible go ahead.
Documentation
You will find the entire documentation for this project at docs/
.
File | Description |
---|---|
docs/README.md | Detailed description of the documentation files. |
CONTRIBUTING.md | Rules for contributing to this repository. Including commit nomenclature, code quality and more. |
CHANGELOG.md | This file is autogenerated by the Build Action's pipeline, should never be modified manually. |
Coverage
# Functions
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author