You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
322 B
18 lines
322 B
5 years ago
|
// Code generated by protoc-gen-ecode v0.1, DO NOT EDIT.
|
||
|
// source: api.proto
|
||
|
|
||
|
package api
|
||
|
|
||
|
import (
|
||
|
"github.com/bilibili/kratos/pkg/ecode"
|
||
|
)
|
||
|
|
||
|
// to suppressed 'imported but not used warning'
|
||
|
var _ ecode.Codes
|
||
|
|
||
|
// UserErrCode ecode
|
||
|
var (
|
||
|
UserNotExist = ecode.New(-404)
|
||
|
UserUpdateNameFailed = ecode.New(10000)
|
||
|
)
|