Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_mongox_config_proto protoreflect.FileDescriptor
View Source
var Provider = wire.NewSet( NewClients, )
Functions ¶
Types ¶
type Config ¶
type Config struct {
Configs map[string]*Options `` /* 155-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*Config) Descriptor
deprecated
added in
v0.0.2
func (*Config) GetConfigs ¶ added in v0.0.2
func (*Config) ProtoMessage ¶ added in v0.0.2
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶ added in v0.0.2
func (x *Config) ProtoReflect() protoreflect.Message
type Options ¶ added in v0.0.2
type Options struct {
Uri *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
// contains filtered or unexported fields
}
func (*Options) Descriptor
deprecated
added in
v0.0.2
func (*Options) GetUri ¶ added in v0.0.2
func (x *Options) GetUri() *wrapperspb.StringValue
func (*Options) ProtoMessage ¶ added in v0.0.2
func (*Options) ProtoMessage()
func (*Options) ProtoReflect ¶ added in v0.0.2
func (x *Options) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.