Skip to content

uber/dosa-idl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dosa-idl

DOSA - Declarative Object Storage Abstraction

This repo holds thrift IDL files and generated code used by DOSA to communicate between server and clients. This repo is not end-user useful on its own, but needed only when a feature require IDL changes.

thriftrw

Install thriftrw:

go get -u go.uber.org/thriftrw
cd .../thriftrw
git checkout v1.29.2

Use the appropriate version.

License

MIT License, please see LICENSE for details.