mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-09-13 14:29:09 +00:00
move api package to sub folder
This commit is contained in:
parent
ff29c83d56
commit
ff1be787f2
23 changed files with 61 additions and 61 deletions
8
api/errors.go
Normal file
8
api/errors.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package api
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrAPIResponseErrorStatusCode = errors.New("Error API JSON Response Status")
|
||||
ErrAPIResponseUnknownStatusCode = errors.New("Unknown API JSON Response Status")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue