We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681fa0d commit 23effd8Copy full SHA for 23effd8
main.go
@@ -38,6 +38,7 @@ type Config struct {
38
Collections *collections.CollectionsManager
39
HTTP *http.HTTPManager
40
History *history.HistoryManager
41
+ // TODO: Add Endpoints *endpoints.EndpointsManager when endpoints package is refactored
42
}
43
44
func initPaths() error {
0 commit comments