Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 573 Bytes

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.