You've already forked docker-hub-description-updater
Initial Commit
This commit is contained in:
10
pkg/hub/errors.go
Normal file
10
pkg/hub/errors.go
Normal file
@ -0,0 +1,10 @@
|
||||
package hub
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
errorNoUserDefined = errors.New("No User defined")
|
||||
errorNoPasswordDefined = errors.New("No Password defined")
|
||||
errorNoNamespaceDefined = errors.New("No Namespace defined")
|
||||
errorNoRepositoryDefined = errors.New("No Repository defined")
|
||||
)
|
Reference in New Issue
Block a user