Logo
Explore Help
Sign In
kaezhou/muyu-apiserver
1
0
Fork 0
You've already forked muyu-apiserver
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
muyu-apiserver/rpc/inventory/internal/config/config.go

14 lines
260 B
Go
Raw Normal View History

feat: initial commit for muyu-apiserver Go service with gateway, RPC, model layers and k8s deploy configs. Made-with: Cursor
2026-02-28 15:29:16 +08:00
package config
import (
"github.com/zeromicro/go-zero/core/stores/cache"
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
zrpc.RpcServerConf
chore: sync codebase with upstream Align origin/main with upstream/main (GitHub). The two branches diverged due to pre-rebase vs post-rebase merge commits for the k8s-amd64-dockerfiles feature. Includes: multi-stage Go compilation Dockerfiles, pan-bolt inventory features, CRM relations, Excel import tooling, proto/gRPC updates, migration scripts, and tools/ directory. Excludes deploy/bin/ pre-compiled binaries (arm64, not needed for amd64 K3s cluster; builds use multi-stage Dockerfiles now).
2026-06-14 15:24:02 +08:00
DataSource string
Cache cache.CacheConf
PrometheusAddr string `json:",default=:9092"`
feat: initial commit for muyu-apiserver Go service with gateway, RPC, model layers and k8s deploy configs. Made-with: Cursor
2026-02-28 15:29:16 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 20ms Template: 2ms
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