mirror of
https://github.com/go-kratos/kratos.git
synced 2025-02-03 13:11:42 +02:00
18 lines
323 B
Go
18 lines
323 B
Go
// Code generated by protoc-gen-ecode v0.1, DO NOT EDIT.
|
|
// source: api.proto
|
|
|
|
package api
|
|
|
|
import (
|
|
"github.com/go-kratos/kratos/pkg/ecode"
|
|
)
|
|
|
|
// to suppressed 'imported but not used warning'
|
|
var _ ecode.Codes
|
|
|
|
// UserErrCode ecode
|
|
var (
|
|
UserNotExist = ecode.New(-404)
|
|
UserUpdateNameFailed = ecode.New(10000)
|
|
)
|