What is the feature?
Implement the skeleton and structure of the Coordination Server API, so that others can build off of it.
Technical Implementation
The routing will be handled by gorilla/mux
Component(s) affected
Alternatives considered
Alternatives to gorilla/mux include gin and chi. However gorilla/mux is chosen based on its simplicity and flexibility.
What is the feature?
Implement the skeleton and structure of the Coordination Server API, so that others can build off of it.
Technical Implementation
The routing will be handled by
gorilla/muxComponent(s) affected
Alternatives considered
Alternatives to
gorilla/muxincludeginandchi. Howevergorilla/muxis chosen based on its simplicity and flexibility.