initial commit. Cloned timetracker repository
This commit is contained in:
10
app/utils/response/messages.go
Normal file
10
app/utils/response/messages.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package response
|
||||
|
||||
import "git.ma-al.com/goc_marek/timetracker/app/utils/i18n"
|
||||
|
||||
type ResponseMessage i18n.I18nTranslation
|
||||
|
||||
const (
|
||||
Message_OK ResponseMessage = "message_ok"
|
||||
Message_NOK ResponseMessage = "message_nok"
|
||||
)
|
||||
Reference in New Issue
Block a user