init push
This commit is contained in:
8
internal/domain/fm_report/errors.go
Normal file
8
internal/domain/fm_report/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package fmreport
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNotFound = errors.New("fm report not found")
|
||||
ErrCompleted = errors.New("fm report already completed")
|
||||
)
|
||||
Reference in New Issue
Block a user