ramiyer / dosa-idl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Thrift 93.2%Language:Makefile 6.8%