Documentation ¶
Index ¶
- Variables
- type Bootstrap
- type Data
- type Data_Etcd
- func (*Data_Etcd) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Etcd) GetDialTimeout() uint32
- func (x *Data_Etcd) GetEndPoints() []string
- func (x *Data_Etcd) GetPassword() string
- func (x *Data_Etcd) GetUser() string
- func (*Data_Etcd) ProtoMessage()
- func (x *Data_Etcd) ProtoReflect() protoreflect.Message
- func (x *Data_Etcd) Reset()
- func (x *Data_Etcd) String() string
- type DownloaderServerConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var File_internal_conf_conf_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct { Data *Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Bootstrap) Descriptor
deprecated
func (*Bootstrap) ProtoMessage ¶
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶
func (x *Bootstrap) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Etcd *Data_Etcd `protobuf:"bytes,1,opt,name=etcd,proto3" json:"etcd,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Data_Etcd ¶
type Data_Etcd struct { EndPoints []string `protobuf:"bytes,1,rep,name=end_points,json=endPoints,proto3" json:"end_points,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` DialTimeout uint32 `protobuf:"varint,4,opt,name=dial_timeout,json=dialTimeout,proto3" json:"dial_timeout,omitempty"` // contains filtered or unexported fields }
func (*Data_Etcd) Descriptor
deprecated
func (*Data_Etcd) GetDialTimeout ¶
func (*Data_Etcd) GetEndPoints ¶
func (*Data_Etcd) GetPassword ¶
func (*Data_Etcd) ProtoMessage ¶
func (*Data_Etcd) ProtoMessage()
func (*Data_Etcd) ProtoReflect ¶
func (x *Data_Etcd) ProtoReflect() protoreflect.Message
type DownloaderServerConfig ¶
type DownloaderServerConfig struct { Http *config.HttpServerConfig Grpc *config.GrpcServerConfig Redis *config.ReidsConfig }
func NewDownloaderServerConfig ¶
func NewDownloaderServerConfig(http *config.HttpServerConfig, grpc *config.GrpcServerConfig, redis *config.ReidsConfig) *DownloaderServerConfig
Click to show internal directories.
Click to hide internal directories.