Documentation ¶
Index ¶
Constants ¶
View Source
const ( Success string = "successful" Fail string = "failed" CreateSuccess string = "create successfully" CreateFail string = "create failed" UpdateSuccess string = "update successfully" UpdateFail string = "update failed" DeleteSuccess string = "delete successfully" DeleteFail string = "delete successfully" TargetNotFound string = "target does not exist" ConstraintError string = "data conflict" ValidationError string = "validate failed" NotSingularError string = "data is not unique" DatabaseError string = "database error" RedisError string = "redis error" ServiceBusy string = "service is busy, please try again later" PermissionDeny string = "no permission to access this service" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.