Vasiliy Tolstov
4c0469d1f0
Some checks failed
test / test (push) Failing after 16s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
18 lines
318 B
Go
18 lines
318 B
Go
// Code generated by protoc-gen-go-micro. DO NOT EDIT.
|
|
// protoc-gen-go-micro version: v3.10.4
|
|
|
|
package pb
|
|
|
|
import (
|
|
protojson "google.golang.org/protobuf/encoding/protojson"
|
|
)
|
|
|
|
var (
|
|
marshaler = protojson.MarshalOptions{}
|
|
)
|
|
|
|
func (m *ErrorRsp) Error() string {
|
|
buf, _ := marshaler.Marshal(m)
|
|
return string(buf)
|
|
}
|