9 lines
142 B
Go
9 lines
142 B
Go
// Code generated by gen-exception; DO NOT EDIT.
|
|
package exception
|
|
|
|
const (
|
|
ServiceAuth = "001"
|
|
ServiceUser = "002"
|
|
ServiceEvent = "003"
|
|
)
|