package
0.0.0-20190118033331-2a53b66835d6
Repository: https://github.com/arcplus/go-lib.git
Documentation: pkg.go.dev
# Functions
MarshalProto convert proto to bytes without error.
MarshalToString convert proto or struct to json string.
ProtoToAnyX convert []proto.Message to []*any.Any.
UnmarshalProto convert bytes to proto in should be io.Reader、 bytes or string.