Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLS 107 add msgs and events from cosmos #5

Merged
merged 20 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions HEADER
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2023 PK Lab AG <contact@pklab.io>
SPDX-License-Identifier: MIT
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ lint:
test:
go test -p 8 -timeout 60s ./...

## Make green comment
gc:
make lint && make test
git commit -am "$(m)"

## adr: Generate ADR from template. Must set NUM and TITLE parameters.
adr:
@echo "Generating ADR"
Expand All @@ -37,6 +42,10 @@ generate:
api-docs:
cd cmd/api && swag init --md markdown -parseDependency --parseInternal --parseDepth 1

## Generate all code and docs
ga:
make generate && make api-docs

check-licenses:
go-licenses check ./... \
--include_tests \
Expand Down
187 changes: 183 additions & 4 deletions cmd/api/docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading