16 lines
277 B
Protocol Buffer
16 lines
277 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package errors;
|
|
|
|
option go_package = "github.com/go-kratos/kratos/v2/errors";
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
extend google.protobuf.EnumOptions {
|
|
int32 default_code = 1108;
|
|
}
|
|
|
|
extend google.protobuf.EnumValueOptions {
|
|
int32 code = 1109;
|
|
}
|