agola/internal/services/configstore/api
Simone Gotti 6e8d467c80 util: add ErrInternal
ErrInternal is an internal error that should be provided to the user (http api
will return a 500 with the error message)

It'll be used for any kind of error that are not auth or bad requests (like
errors to communicate to another service)
2019-06-11 10:59:21 +02:00
..
api.go util: add ErrInternal 2019-06-11 10:59:21 +02:00
client.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
org.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
project.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
projectgroup.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
remotesource.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
secret.go configstore: move get secret(s) to action 2019-05-13 00:22:23 +02:00
user.go *: migrate to "golang.org/x/xerrors" 2019-05-23 11:23:14 +02:00
variable.go configstore: move getvariables to action 2019-05-13 00:23:08 +02:00