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.
Install thriftrw:
go get -u go.uber.org/thriftrw
cd .../thriftrw
git checkout v1.29.2
Use the appropriate version.
MIT License, please see LICENSE for details.