mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
6 lines
81 B
Go
6 lines
81 B
Go
package handlers
|
|
|
|
type ErrorResponse struct {
|
|
Message string `json:"message"`
|
|
}
|