Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Error InvalidSyntax = "Invalid Syntax" IsAlreadyExists = "นี้มีอยู่ในระบบแล้ว" NotFound = "Not Found" NotPermission = "you don't have permission to manage this resource" // Success Success = "เรียบร้อยแล้ว" Logged = "User logged in successfully" User = "ผู้ใช้งาน" Created = "เพิ่ม" Updated = "แก้ไข" Deleted = "ลบ" DataFound = "Data Found" ChangePasswordSuccess = "Change Password Successfully" UploadedAvatarSuccess = "Uploaded Avatar Successfully" )
Variables ¶
This section is empty.
Functions ¶
func ErrorsResponse ¶
func ErrorsResponse(err error) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.