mirror of
https://github.com/pushbits/server.git
synced 2025-05-13 08:57:06 +02:00
move respond/replace logic to separate functions
This commit is contained in:
parent
c5e4669fda
commit
ac5819dfc9
2 changed files with 94 additions and 65 deletions
|
@ -2,4 +2,4 @@ package api
|
|||
|
||||
import "errors"
|
||||
|
||||
var ErrorMessageNotFound = errors.New("Message not found")
|
||||
var ErrorMessageNotFound = errors.New("message not found")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue