Skip to content

tecnologer/Bropdox-Proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bropdox

Protobuff definition for remote File manager.

Requeriments

  1. Install protobuffer
  2. For golang
  3. For Python

Sintax

protoc -I=<INPUT_FOLDER> --<PLUGIN>=[OPTIONS:]<OUPUT_FOLFER> <input_proto_file>

Example

# Golang
protoc -I=. --go_out=plugins=grpc:../server/models/proto ./bropdox.proto

# Python
protoc -I=. --python_out=./models/proto ./bropdox.proto

About

Protobuff definition for remote File manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published