Files
poseidon/api/response_messages.go
Felix Auringer f8e864efdd Add health route
2021-04-26 12:46:38 +02:00

6 lines
62 B
Go

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