Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3565227 commit 17f2584Copy full SHA for 17f2584
Makefile
@@ -507,7 +507,8 @@ gen: \
507
examples/examples.gen.json \
508
tailnet/tailnettest/coordinatormock.go \
509
tailnet/tailnettest/coordinateemock.go \
510
- tailnet/tailnettest/multiagentmock.go
+ tailnet/tailnettest/multiagentmock.go \
511
+ coderd/database/pubsub/psmock/psmock.go
512
.PHONY: gen
513
514
# Mark all generated files as fresh so make thinks they're up-to-date. This is
@@ -537,6 +538,7 @@ gen/mark-fresh:
537
538
539
540
tailnet/tailnettest/multiagentmock.go \
541
+ coderd/database/pubsub/psmock/psmock.go \
542
"
543
544
for file in $$files; do
0 commit comments