Logo
Explore Help
Register Sign In
zlei6/go-zero
1
0
Fork 0
You've already forked go-zero
mirror of https://github.com/zeromicro/go-zero.git synced 2026-06-08 23:20:19 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
f7a60cdc24bcd12321f75c2203b7e3ffe9b59d39
go-zero/zrpc/resolver/internal/discovbuilder_test.go

13 lines
192 B
Go
Raw Normal View History

feat: support third party orm to interact with go-zero (#1286) * fixes #987 * chore: fix test failure * chore: add comments * feat: support third party orm to interact with go-zero * chore: refactor
2021-12-01 20:22:15 +08:00
package internal
implement k8s service discovery (#988) * implement k8s service discovery * simplify code * use default namespace if not provided * disable codecov bot comment * ignore adhoc dir * simplify building target in NewClient * reformat code * Fix filepath (#990) * format code, and reorg imports (#991) * add more unit test Co-authored-by: anqiansong <anqiansong@gmail.com>
2021-09-04 10:27:08 +08:00
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestDiscovBuilder_Scheme(t *testing.T) {
var b discovBuilder
assert.Equal(t, DiscovScheme, b.Scheme())
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 253ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API