Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/remotefileupload/errors.go
Normal file
5
pkg/remotefileupload/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package remotefileupload
|
||||
|
||||
import "github.com/pkg/errors"
|
||||
|
||||
var ErrInvalidUploader = errors.New("invalid uploader type")
|
||||
Reference in New Issue
Block a user