mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
5 lines
77 B
Go
5 lines
77 B
Go
package http
|
|
|
|
type ErrorResponse struct {
|
|
Message string `json:"message"`
|
|
}
|