mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
feat: add openim kafka docs
This commit is contained in:
parent
22d650cadb
commit
0f89fc7327
@ -49,6 +49,7 @@ COMMENT_LANG_DETECTOR_VERSION ?= latest
|
|||||||
STANDARDIZER_VERSION ?= latest
|
STANDARDIZER_VERSION ?= latest
|
||||||
GO_TESTS_VERSION ?= v1.6.0
|
GO_TESTS_VERSION ?= v1.6.0
|
||||||
GO_APIDIFF_VERSION ?= v0.8.2
|
GO_APIDIFF_VERSION ?= v0.8.2
|
||||||
|
KAFKACTL_VERSION ?= v4.0.0
|
||||||
|
|
||||||
WIRE_VERSION ?= latest
|
WIRE_VERSION ?= latest
|
||||||
# WIRE_VERSION ?= $(call get_go_version,github.com/google/wire)
|
# WIRE_VERSION ?= $(call get_go_version,github.com/google/wire)
|
||||||
|
|||||||
@ -91,7 +91,7 @@ install.conversion-gen:
|
|||||||
install.ginkgo:
|
install.ginkgo:
|
||||||
@$(GO) install github.com/onsi/ginkgo/ginkgo@$(GINKGO_VERSION)
|
@$(GO) install github.com/onsi/ginkgo/ginkgo@$(GINKGO_VERSION)
|
||||||
|
|
||||||
## Install go-gitlint: Install go-gitlint, used to check git commit message
|
## install.go-gitlint: Install go-gitlint, used to check git commit message
|
||||||
.PHONY: install.go-gitlint
|
.PHONY: install.go-gitlint
|
||||||
install.go-gitlint:
|
install.go-gitlint:
|
||||||
@$(GO) install github.com/marmotedu/go-gitlint/cmd/go-gitlint@$(GO_GITLINT_VERSION)
|
@$(GO) install github.com/marmotedu/go-gitlint/cmd/go-gitlint@$(GO_GITLINT_VERSION)
|
||||||
@ -102,9 +102,15 @@ install.go-junit-report:
|
|||||||
@$(GO) install github.com/jstemmer/go-junit-report@$(GO_JUNIT_REPORT_VERSION)
|
@$(GO) install github.com/jstemmer/go-junit-report@$(GO_JUNIT_REPORT_VERSION)
|
||||||
|
|
||||||
## install.gotests: Install gotests, used to generate go tests
|
## install.gotests: Install gotests, used to generate go tests
|
||||||
|
.PHONY: install.gotests
|
||||||
install.gotests:
|
install.gotests:
|
||||||
@$(GO) install github.com/cweill/gotests/gotests@$(GO_TESTS_VERSION)
|
@$(GO) install github.com/cweill/gotests/gotests@$(GO_TESTS_VERSION)
|
||||||
|
|
||||||
|
## install.kafkactl: Install kafkactl command line tool.
|
||||||
|
.PHONY: install.kafkactl
|
||||||
|
install.kafkactl:
|
||||||
|
@$(GO) install github.com/deviceinsight/kafkactl@$(KAFKACTL_VERSION)
|
||||||
|
|
||||||
## install.go-apidiff: Install go-apidiff, used to check api changes
|
## install.go-apidiff: Install go-apidiff, used to check api changes
|
||||||
.PHONY: install.go-apidiff
|
.PHONY: install.go-apidiff
|
||||||
install.go-apidiff:
|
install.go-apidiff:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user