You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
I wanto fix a bug and will add a field in idl/rrdb.thrift but when I generate go code by "thrift -I idl/ -out idl --gen go:thrift_import='github.com/pegasus-kv/thrift/lib/go/thrift',package_prefix='github.com/XiaoMi/pegasus-go-client/idl/' idl/rrdb.thrift' cause en error:
then i found that the idl/base.thrift is not match the directory idl/base, it lacks the definition of 'blob'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I wanto fix a bug and will add a field in idl/rrdb.thrift but when I generate go code by "thrift -I idl/ -out idl --gen go:thrift_import='github.com/pegasus-kv/thrift/lib/go/thrift',package_prefix='github.com/XiaoMi/pegasus-go-client/idl/' idl/rrdb.thrift' cause en error:
then i found that the idl/base.thrift is not match the directory idl/base, it lacks the definition of 'blob'
The text was updated successfully, but these errors were encountered: