Skip to content

Commit

Permalink
peer expiry feature: update api docs and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h44z committed Oct 29, 2022
1 parent c43e8d7 commit 0f33871
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 125 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docker-push:
docker push $(IMAGE)

api-docs:
cd internal/server; swag init --propertyStrategy pascalcase --parseDependency --parseInternal --generalInfo api.go
cd internal; swag init --propertyStrategy pascalcase --parseInternal --generalInfo server/api.go --output server/docs/
$(GOCMD) fmt internal/server/docs/docs.go

$(BUILDDIR)/%-amd64: cmd/%/main.go dep phony
Expand Down
Loading

0 comments on commit 0f33871

Please sign in to comment.