Files
cms-server/internal/exception/service_gen.go
Asai Neko 2e11fc5d9c Fix go mod
Signed-off-by: Asai Neko <sugar@sne.moe>
2026-01-21 13:51:37 +08:00

9 lines
142 B
Go

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