conf

package
v0.0.0-...-c38fcd0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_internal_conf_conf_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Alisms

type Alisms struct {
	AccessKeyID     string `protobuf:"bytes,1,opt,name=accessKeyID,proto3" json:"accessKeyID,omitempty"`
	AccessKeySecret string `protobuf:"bytes,2,opt,name=accessKeySecret,proto3" json:"accessKeySecret,omitempty"`
	RegionId        string `protobuf:"bytes,3,opt,name=regionId,proto3" json:"regionId,omitempty"`
	// contains filtered or unexported fields
}

func (*Alisms) Descriptor deprecated

func (*Alisms) Descriptor() ([]byte, []int)

Deprecated: Use Alisms.ProtoReflect.Descriptor instead.

func (*Alisms) GetAccessKeyID

func (x *Alisms) GetAccessKeyID() string

func (*Alisms) GetAccessKeySecret

func (x *Alisms) GetAccessKeySecret() string

func (*Alisms) GetRegionId

func (x *Alisms) GetRegionId() string

func (*Alisms) ProtoMessage

func (*Alisms) ProtoMessage()

func (*Alisms) ProtoReflect

func (x *Alisms) ProtoReflect() protoreflect.Message

func (*Alisms) Reset

func (x *Alisms) Reset()

func (*Alisms) String

func (x *Alisms) String() string

type Bootstrap

type Bootstrap struct {
	Server        *Server        `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"`
	Data          *Data          `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Alisms        *Alisms        `protobuf:"bytes,3,opt,name=alisms,proto3" json:"alisms,omitempty"`
	PatientServer *PatientServer `protobuf:"bytes,4,opt,name=patientServer,proto3" json:"patientServer,omitempty"`
	ScaleServer   *ScaleServer   `protobuf:"bytes,5,opt,name=scaleServer,proto3" json:"scaleServer,omitempty"`
	// contains filtered or unexported fields
}

func (*Bootstrap) Descriptor deprecated

func (*Bootstrap) Descriptor() ([]byte, []int)

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetAlisms

func (x *Bootstrap) GetAlisms() *Alisms

func (*Bootstrap) GetData

func (x *Bootstrap) GetData() *Data

func (*Bootstrap) GetPatientServer

func (x *Bootstrap) GetPatientServer() *PatientServer

func (*Bootstrap) GetScaleServer

func (x *Bootstrap) GetScaleServer() *ScaleServer

func (*Bootstrap) GetServer

func (x *Bootstrap) GetServer() *Server

func (*Bootstrap) ProtoMessage

func (*Bootstrap) ProtoMessage()

func (*Bootstrap) ProtoReflect

func (x *Bootstrap) ProtoReflect() protoreflect.Message

func (*Bootstrap) Reset

func (x *Bootstrap) Reset()

func (*Bootstrap) String

func (x *Bootstrap) String() string

type Data

type Data struct {
	Database *Data_Database `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	Redis    *Data_Redis    `protobuf:"bytes,2,opt,name=redis,proto3" json:"redis,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

func (*Data) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetDatabase

func (x *Data) GetDatabase() *Data_Database

func (*Data) GetRedis

func (x *Data) GetRedis() *Data_Redis

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Data_Database

type Data_Database struct {
	Host     string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Port     int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	UserName string `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName,omitempty"`
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	DbName   string `protobuf:"bytes,5,opt,name=dbName,proto3" json:"dbName,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_Database) Descriptor deprecated

func (*Data_Database) Descriptor() ([]byte, []int)

Deprecated: Use Data_Database.ProtoReflect.Descriptor instead.

func (*Data_Database) GetDbName

func (x *Data_Database) GetDbName() string

func (*Data_Database) GetHost

func (x *Data_Database) GetHost() string

func (*Data_Database) GetPassword

func (x *Data_Database) GetPassword() string

func (*Data_Database) GetPort

func (x *Data_Database) GetPort() int32

func (*Data_Database) GetUserName

func (x *Data_Database) GetUserName() string

func (*Data_Database) ProtoMessage

func (*Data_Database) ProtoMessage()

func (*Data_Database) ProtoReflect

func (x *Data_Database) ProtoReflect() protoreflect.Message

func (*Data_Database) Reset

func (x *Data_Database) Reset()

func (*Data_Database) String

func (x *Data_Database) String() string

type Data_Redis

type Data_Redis struct {
	Network      string               `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Addr         string               `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	Db           int32                `protobuf:"varint,3,opt,name=db,proto3" json:"db,omitempty"`
	ReadTimeout  *durationpb.Duration `protobuf:"bytes,4,opt,name=read_timeout,json=readTimeout,proto3" json:"read_timeout,omitempty"`
	WriteTimeout *durationpb.Duration `protobuf:"bytes,5,opt,name=write_timeout,json=writeTimeout,proto3" json:"write_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*Data_Redis) Descriptor deprecated

func (*Data_Redis) Descriptor() ([]byte, []int)

Deprecated: Use Data_Redis.ProtoReflect.Descriptor instead.

func (*Data_Redis) GetAddr

func (x *Data_Redis) GetAddr() string

func (*Data_Redis) GetDb

func (x *Data_Redis) GetDb() int32

func (*Data_Redis) GetNetwork

func (x *Data_Redis) GetNetwork() string

func (*Data_Redis) GetReadTimeout

func (x *Data_Redis) GetReadTimeout() *durationpb.Duration

func (*Data_Redis) GetWriteTimeout

func (x *Data_Redis) GetWriteTimeout() *durationpb.Duration

func (*Data_Redis) ProtoMessage

func (*Data_Redis) ProtoMessage()

func (*Data_Redis) ProtoReflect

func (x *Data_Redis) ProtoReflect() protoreflect.Message

func (*Data_Redis) Reset

func (x *Data_Redis) Reset()

func (*Data_Redis) String

func (x *Data_Redis) String() string

type PatientServer

type PatientServer struct {
	HostUrl string `protobuf:"bytes,1,opt,name=hostUrl,proto3" json:"hostUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*PatientServer) Descriptor deprecated

func (*PatientServer) Descriptor() ([]byte, []int)

Deprecated: Use PatientServer.ProtoReflect.Descriptor instead.

func (*PatientServer) GetHostUrl

func (x *PatientServer) GetHostUrl() string

func (*PatientServer) ProtoMessage

func (*PatientServer) ProtoMessage()

func (*PatientServer) ProtoReflect

func (x *PatientServer) ProtoReflect() protoreflect.Message

func (*PatientServer) Reset

func (x *PatientServer) Reset()

func (*PatientServer) String

func (x *PatientServer) String() string

type ScaleServer

type ScaleServer struct {
	HostUrl string `protobuf:"bytes,1,opt,name=hostUrl,proto3" json:"hostUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*ScaleServer) Descriptor deprecated

func (*ScaleServer) Descriptor() ([]byte, []int)

Deprecated: Use ScaleServer.ProtoReflect.Descriptor instead.

func (*ScaleServer) GetHostUrl

func (x *ScaleServer) GetHostUrl() string

func (*ScaleServer) ProtoMessage

func (*ScaleServer) ProtoMessage()

func (*ScaleServer) ProtoReflect

func (x *ScaleServer) ProtoReflect() protoreflect.Message

func (*ScaleServer) Reset

func (x *ScaleServer) Reset()

func (*ScaleServer) String

func (x *ScaleServer) String() string

type Server

type Server struct {
	Http   *Server_HTTP   `protobuf:"bytes,1,opt,name=http,proto3" json:"http,omitempty"`
	Grpc   *Server_GRPC   `protobuf:"bytes,2,opt,name=grpc,proto3" json:"grpc,omitempty"`
	Logger *Server_LOGGER `protobuf:"bytes,3,opt,name=logger,proto3" json:"logger,omitempty"`
	Debug  bool           `protobuf:"varint,4,opt,name=debug,proto3" json:"debug,omitempty"`
	HycURL string         `protobuf:"bytes,5,opt,name=hycURL,proto3" json:"hycURL,omitempty"`
	// contains filtered or unexported fields
}

func (*Server) Descriptor deprecated

func (*Server) Descriptor() ([]byte, []int)

Deprecated: Use Server.ProtoReflect.Descriptor instead.

func (*Server) GetDebug

func (x *Server) GetDebug() bool

func (*Server) GetGrpc

func (x *Server) GetGrpc() *Server_GRPC

func (*Server) GetHttp

func (x *Server) GetHttp() *Server_HTTP

func (*Server) GetHycURL

func (x *Server) GetHycURL() string

func (*Server) GetLogger

func (x *Server) GetLogger() *Server_LOGGER

func (*Server) ProtoMessage

func (*Server) ProtoMessage()

func (*Server) ProtoReflect

func (x *Server) ProtoReflect() protoreflect.Message

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

type Server_GRPC

type Server_GRPC struct {
	Network string               `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Addr    string               `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	Timeout *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_GRPC) Descriptor deprecated

func (*Server_GRPC) Descriptor() ([]byte, []int)

Deprecated: Use Server_GRPC.ProtoReflect.Descriptor instead.

func (*Server_GRPC) GetAddr

func (x *Server_GRPC) GetAddr() string

func (*Server_GRPC) GetNetwork

func (x *Server_GRPC) GetNetwork() string

func (*Server_GRPC) GetTimeout

func (x *Server_GRPC) GetTimeout() *durationpb.Duration

func (*Server_GRPC) ProtoMessage

func (*Server_GRPC) ProtoMessage()

func (*Server_GRPC) ProtoReflect

func (x *Server_GRPC) ProtoReflect() protoreflect.Message

func (*Server_GRPC) Reset

func (x *Server_GRPC) Reset()

func (*Server_GRPC) String

func (x *Server_GRPC) String() string

type Server_HTTP

type Server_HTTP struct {
	Network string               `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	Addr    string               `protobuf:"bytes,2,opt,name=addr,proto3" json:"addr,omitempty"`
	Timeout *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_HTTP) Descriptor deprecated

func (*Server_HTTP) Descriptor() ([]byte, []int)

Deprecated: Use Server_HTTP.ProtoReflect.Descriptor instead.

func (*Server_HTTP) GetAddr

func (x *Server_HTTP) GetAddr() string

func (*Server_HTTP) GetNetwork

func (x *Server_HTTP) GetNetwork() string

func (*Server_HTTP) GetTimeout

func (x *Server_HTTP) GetTimeout() *durationpb.Duration

func (*Server_HTTP) ProtoMessage

func (*Server_HTTP) ProtoMessage()

func (*Server_HTTP) ProtoReflect

func (x *Server_HTTP) ProtoReflect() protoreflect.Message

func (*Server_HTTP) Reset

func (x *Server_HTTP) Reset()

func (*Server_HTTP) String

func (x *Server_HTTP) String() string

type Server_LOGGER

type Server_LOGGER struct {
	Path    string               `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Level   string               `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"`
	Timeout *durationpb.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*Server_LOGGER) Descriptor deprecated

func (*Server_LOGGER) Descriptor() ([]byte, []int)

Deprecated: Use Server_LOGGER.ProtoReflect.Descriptor instead.

func (*Server_LOGGER) GetLevel

func (x *Server_LOGGER) GetLevel() string

func (*Server_LOGGER) GetPath

func (x *Server_LOGGER) GetPath() string

func (*Server_LOGGER) GetTimeout

func (x *Server_LOGGER) GetTimeout() *durationpb.Duration

func (*Server_LOGGER) ProtoMessage

func (*Server_LOGGER) ProtoMessage()

func (*Server_LOGGER) ProtoReflect

func (x *Server_LOGGER) ProtoReflect() protoreflect.Message

func (*Server_LOGGER) Reset

func (x *Server_LOGGER) Reset()

func (*Server_LOGGER) String

func (x *Server_LOGGER) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL