I downloaded the source code of version 0.68.0 and imported it into goland. I found some functions are missing. E.g. I can't find the definition of function "HandlerFromMuxWithBaseURL" which is invoked at line 94 in pkg/api/serve.go. Can anyone help me?
Asked
Active
Viewed 22 times
1 Answers
2
You will need to run make
or make gen
first. Part of the code like the above handler is generated.
In a newer version of lakefs this handler code is part of the committed code.

Barak
- 81
- 3
-
This step is documented in the [Contributing to lakeFS](https://docs.lakefs.io/contributing.html) page – Guy Hardonag Feb 05 '23 at 08:02