Skip to content

imilchev/types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podkrepi.bg types

This repository contains the protobuf contracts and the generated Go types used by podkrepi.bg.

Usage

The section explains how to use the types in different languages.

Go

To use the types in a Go project run:

go get github.com/daritelska-platforma/types/go-types

C#

TODO

Updating the protos

The easiest way to update the protos is:

  • Open the repo in Visual Studio code
  • Click Ctrl/Cmd + Shift + P and select Remote-Containers: Reopen in Container
  • The workspace will be automatically opened in a Docker container with all required dependencies to update and build the proto contracts

After the proto files are updated you can run the following command to update the generated Go types:

task build_go_types

About

Shared Protobuf Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%