Skip to content

Commit

Permalink
Merge pull request #5 from celenium-io/CLS-107-add-msgs-and-events-fr…
Browse files Browse the repository at this point in the history
…om-cosmos

CLS 107 add msgs and events from cosmos
  • Loading branch information
vvuwei authored Oct 28, 2023
2 parents 0402f0b + 3d6d251 commit ba3894e
Show file tree
Hide file tree
Showing 50 changed files with 3,852 additions and 82 deletions.
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 <[email protected]>
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

0 comments on commit ba3894e

Please sign in to comment.