Additions to domain/ and workspace/ chron-note packages
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
package domain
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidObjectID = errors.New("invalid object id")
|
||||
ErrInvalidBlobID = errors.New("invalid blob id")
|
||||
ErrUnknownEventType = errors.New("unknown event type")
|
||||
ErrInvalidEvent = errors.New("invalid event")
|
||||
ErrDecode = errors.New("decode error")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user