Versions in this module Expand all Collapse all v0 v0.0.1 Sep 22, 2024 Changes in this version + func NewGRPCServer(options ...Option) *grpc.Server + type Option func(*Params) + func WithAddr(addr string) Option + func WithDBShardingTablesConfig(config map[string]conf.DomainShardingConfig) Option + func WithFileTableShardingConfig(config filerepohelper.FileTableShardingConfig) Option + type Params struct