18 lines
324 B
Go
18 lines
324 B
Go
|
// Code generated by protoc-gen-go-micro. DO NOT EDIT.
|
||
|
// protoc-gen-go-micro version: v4.0.2
|
||
|
|
||
|
package pkgdashpb
|
||
|
|
||
|
import (
|
||
|
protojson "google.golang.org/protobuf/encoding/protojson"
|
||
|
)
|
||
|
|
||
|
var (
|
||
|
marshaler = protojson.MarshalOptions{}
|
||
|
)
|
||
|
|
||
|
func (m *ErrorRsp) Error() string {
|
||
|
buf, _ := marshaler.Marshal(m)
|
||
|
return string(buf)
|
||
|
}
|