Use generator to generate exceptions from yaml
Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
8
internal/exception/service_gen.go
Normal file
8
internal/exception/service_gen.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Code generated by gen-exception; DO NOT EDIT.
|
||||
package exception
|
||||
|
||||
const (
|
||||
ServiceUser = "002"
|
||||
ServiceEvent = "003"
|
||||
ServiceAuth = "001"
|
||||
)
|
||||
Reference in New Issue
Block a user