feat: basic structure
This commit is contained in:
8
internal/driver/error.go
Normal file
8
internal/driver/error.go
Normal file
@ -0,0 +1,8 @@
|
||||
package driver
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrorDirNotFound = errors.New("directory not found")
|
||||
ErrorObjectNotFound = errors.New("object not found")
|
||||
)
|
Reference in New Issue
Block a user