Skip to content

Commit 040ea69

Browse files
committed
refactor(consumer): added placeholder consumer service
1 parent b193a1b commit 040ea69

25 files changed

Lines changed: 204 additions & 1300 deletions

.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tmp_dir = "tmp"
1010
cmd = "task swagger:init && task backend:build"
1111
delay = 1000
1212
entrypoint = ["./tmp/backend"]
13-
exclude_dir = ["assets", "tmp", "vendor", "testdata", "api"]
13+
exclude_dir = ["assets", "tmp", "vendor", "testdata", "backend/swagger"]
1414
exclude_file = []
1515
exclude_regex = ["_test.go"]
1616
exclude_unchanged = false

.dockerignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configs/
1919
# vendor/
2020

2121
# Go workspace file
22-
go.work
22+
# go.work
2323
tmp/
2424

2525
# IDE specific files
@@ -275,8 +275,8 @@ profile.cov
275275
# vendor/
276276

277277
# Go workspace file
278-
go.work
279-
go.work.sum
278+
# go.work
279+
# go.work.sum
280280

281281
# env file
282282
.env

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# vendor/
1616

1717
# Go workspace file
18-
go.work
18+
# go.work
1919
tmp/
2020

2121
# IDE specific files
@@ -271,8 +271,8 @@ profile.cov
271271
# vendor/
272272

273273
# Go workspace file
274-
go.work
275-
go.work.sum
274+
# go.work
275+
# go.work.sum
276276

277277
# env file
278278
.env

0 commit comments

Comments
 (0)