heruvym/service/errors.go
2021-04-11 12:48:15 +03:00

13 lines
134 B
Go

package service
type ErrorClose struct {
Err error
}
type ErrorMarshal struct {
Err error
}
type ErrorWrite struct {
Err error
}