gopay/internal/models/error.go

7 lines
83 B
Go

package models
// Error response
type Error struct {
Type string `json:"type"`
}