Move restapi server controllers and routers to internal
Open
api
breaking change
- Dominant language
- Go
- Stars
- 8.8k
- Forks
- 1k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 93
Description
Ideally we should only expose `func NewHandler(config *launcher.Config) http.Handler`.
Keeping controllers/routers internally gives us more flexibility to refactor/update code. And keeping controller/routers public looks excessive.
Contributor guide
Assessment
This issue has not been assessed yet.