Files
poseidon/api/response_messages.go
Felix Auringer 712d0e6420 Cleanup code
This changes variable names that were abbreviations, uses more constants
from the net/http package and improves the json decoding / encoding.
2021-04-27 08:57:31 +02:00

6 lines
66 B
Go

package api
type Message struct {
Message string `json:"msg"`
}