Where is the github.com/goharbor/harbor/src/server/v2.0/restapi #19348
Answered
by
chlins
mingregister
asked this question in
Q&A
-
When I look at the source code, I see it used the for example: # src/server/v2.0/handler/registry.go
operation "github.com/goharbor/harbor/src/server/v2.0/restapi/operations/registry"
# ls -alh src/server/v2.0/restapi
ls: cannot access 'src/server/v2.0/restapi': No such file or directory |
Beta Was this translation helpful? Give feedback.
Answered by
chlins
Sep 18, 2023
Replies: 1 comment
-
These code were generated by swagger, you should run |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chlins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These code were generated by swagger, you should run
make gen_apis
locally.