drone/internal/api/controller/repo
Johannes Batzill fad6e18898 Introduce Controller for Repo, Space, User, and ServiceAccount (#25)
Preparing the support for harness specific API router + http handler, which allows us to have complete control over the rest api naming and functionality, without having to do complex path rewrites or request / reponse rewrites inline.
2022-10-03 18:56:49 -07:00
..
controller.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
create.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
createPath.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
delete.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
deletePath.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
find.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
helper.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
listPaths.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
listServiceAccounts.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
move.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
update.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00
wire.go Introduce Controller for Repo, Space, User, and ServiceAccount (#25) 2022-10-03 18:56:49 -07:00