Skip to content

Golerplate/contracts

Repository files navigation

Golerplate - Contracts

License

Description

The contracts repository is used to define contracts between different services.

Architecture

Clients

In the client folders, you will find everything you need to create your gRPC connection.

Generated

Don't touch this one, it's automatically generated with ```make generate````

Models

In models, you have entities that you want to share

Services

In this one, you will define you micro-services and Data.

Installation

make install

Generate

make generate