heruvym/service/errors.go

13 lines
134 B
Go
Raw Normal View History

2021-04-11 09:48:15 +00:00
package service
type ErrorClose struct {
Err error
}
type ErrorMarshal struct {
Err error
}
type ErrorWrite struct {
Err error
}