2023-10-18 00:39:27 +03:00
|
|
|
// Code generated by protoc-gen-go-micro. DO NOT EDIT.
|
2024-12-07 02:35:30 +03:00
|
|
|
// protoc-gen-go-micro version: v3.10.4
|
2023-10-18 00:39:27 +03:00
|
|
|
|
|
|
|
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)
|
|
|
|
}
|