initial commit
This commit is contained in:
10
conf/errs.go
Normal file
10
conf/errs.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package conf
|
||||
|
||||
import (
|
||||
`errors`
|
||||
)
|
||||
|
||||
var (
|
||||
ErrMissingUser error = errors.New("at least one tunnel is missing a username and no default username was provided")
|
||||
ErrUnkownSyntax error = errors.New("unknown/unsupported configuration syntax")
|
||||
)
|
||||
Reference in New Issue
Block a user