Documentation ¶
Index ¶
- Variables
- type Bootstrap
- func (*Bootstrap) Descriptor() ([]byte, []int)deprecated
- func (x *Bootstrap) GetBusiness() *Business
- func (x *Bootstrap) GetData() *Data
- func (x *Bootstrap) GetSentry() *Sentry
- func (x *Bootstrap) GetServer() *Server
- func (x *Bootstrap) GetTrace() *Trace
- func (*Bootstrap) ProtoMessage()
- func (x *Bootstrap) ProtoReflect() protoreflect.Message
- func (x *Bootstrap) Reset()
- func (x *Bootstrap) String() string
- type Business
- type Data
- type Data_Relational
- func (*Data_Relational) Descriptor() ([]byte, []int)deprecated
- func (x *Data_Relational) GetDbname() string
- func (x *Data_Relational) GetDialect() string
- func (x *Data_Relational) GetHost() string
- func (x *Data_Relational) GetPassword() string
- func (x *Data_Relational) GetPort() int32
- func (x *Data_Relational) GetSchema() string
- func (x *Data_Relational) GetSslMode() string
- func (x *Data_Relational) GetUser() string
- func (*Data_Relational) ProtoMessage()
- func (x *Data_Relational) ProtoReflect() protoreflect.Message
- func (x *Data_Relational) Reset()
- func (x *Data_Relational) String() string
- type Sentry
- type Server
- func (*Server) Descriptor() ([]byte, []int)deprecated
- func (x *Server) GetGrpc() *Server_Server
- func (x *Server) GetHttp() *Server_Server
- func (x *Server) GetJwks() *Server_Jwks
- func (*Server) ProtoMessage()
- func (x *Server) ProtoReflect() protoreflect.Message
- func (x *Server) Reset()
- func (x *Server) String() string
- type Server_Jwks
- func (*Server_Jwks) Descriptor() ([]byte, []int)deprecated
- func (x *Server_Jwks) GetRefreshInterval() *durationpb.Duration
- func (x *Server_Jwks) GetRefreshRateLimit() *durationpb.Duration
- func (x *Server_Jwks) GetRefreshTimeout() *durationpb.Duration
- func (x *Server_Jwks) GetUrl() string
- func (*Server_Jwks) ProtoMessage()
- func (x *Server_Jwks) ProtoReflect() protoreflect.Message
- func (x *Server_Jwks) Reset()
- func (x *Server_Jwks) String() string
- type Server_Server
- func (*Server_Server) Descriptor() ([]byte, []int)deprecated
- func (x *Server_Server) GetAddr() string
- func (x *Server_Server) GetNetwork() string
- func (x *Server_Server) GetTimeout() *durationpb.Duration
- func (*Server_Server) ProtoMessage()
- func (x *Server_Server) ProtoReflect() protoreflect.Message
- func (x *Server_Server) Reset()
- func (x *Server_Server) String() string
- type Trace
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 { Server *Server `protobuf:"bytes,1,opt,name=server,proto3" json:"server,omitempty"` Trace *Trace `protobuf:"bytes,2,opt,name=trace,proto3" json:"trace,omitempty"` Sentry *Sentry `protobuf:"bytes,3,opt,name=sentry,proto3" json:"sentry,omitempty"` Data *Data `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"` Business *Business `protobuf:"bytes,5,opt,name=business,proto3" json:"business,omitempty"` // contains filtered or unexported fields }
func (*Bootstrap) Descriptor
deprecated
func (*Bootstrap) GetBusiness ¶
func (*Bootstrap) ProtoMessage ¶
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶
func (x *Bootstrap) ProtoReflect() protoreflect.Message
type Business ¶
type Business struct {
// contains filtered or unexported fields
}
func (*Business) Descriptor
deprecated
func (*Business) ProtoMessage ¶
func (*Business) ProtoMessage()
func (*Business) ProtoReflect ¶
func (x *Business) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Relational *Data_Relational `protobuf:"bytes,1,opt,name=relational,proto3" json:"relational,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) GetRelational ¶
func (x *Data) GetRelational() *Data_Relational
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Data_Relational ¶
type Data_Relational struct { Dialect string `protobuf:"bytes,1,opt,name=dialect,proto3" json:"dialect,omitempty"` Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` User string `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"` Dbname string `protobuf:"bytes,6,opt,name=dbname,proto3" json:"dbname,omitempty"` Schema string `protobuf:"bytes,7,opt,name=schema,proto3" json:"schema,omitempty"` SslMode string `protobuf:"bytes,8,opt,name=ssl_mode,json=sslMode,proto3" json:"ssl_mode,omitempty"` // contains filtered or unexported fields }
func (*Data_Relational) Descriptor
deprecated
func (*Data_Relational) Descriptor() ([]byte, []int)
Deprecated: Use Data_Relational.ProtoReflect.Descriptor instead.
func (*Data_Relational) GetDbname ¶
func (x *Data_Relational) GetDbname() string
func (*Data_Relational) GetDialect ¶
func (x *Data_Relational) GetDialect() string
func (*Data_Relational) GetHost ¶
func (x *Data_Relational) GetHost() string
func (*Data_Relational) GetPassword ¶
func (x *Data_Relational) GetPassword() string
func (*Data_Relational) GetPort ¶
func (x *Data_Relational) GetPort() int32
func (*Data_Relational) GetSchema ¶
func (x *Data_Relational) GetSchema() string
func (*Data_Relational) GetSslMode ¶
func (x *Data_Relational) GetSslMode() string
func (*Data_Relational) GetUser ¶
func (x *Data_Relational) GetUser() string
func (*Data_Relational) ProtoMessage ¶
func (*Data_Relational) ProtoMessage()
func (*Data_Relational) ProtoReflect ¶
func (x *Data_Relational) ProtoReflect() protoreflect.Message
func (*Data_Relational) Reset ¶
func (x *Data_Relational) Reset()
func (*Data_Relational) String ¶
func (x *Data_Relational) String() string
type Sentry ¶
type Sentry struct { Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"` // contains filtered or unexported fields }
func (*Sentry) Descriptor
deprecated
func (*Sentry) ProtoMessage ¶
func (*Sentry) ProtoMessage()
func (*Sentry) ProtoReflect ¶
func (x *Sentry) ProtoReflect() protoreflect.Message
type Server ¶
type Server struct { Grpc *Server_Server `protobuf:"bytes,1,opt,name=grpc,proto3" json:"grpc,omitempty"` Http *Server_Server `protobuf:"bytes,2,opt,name=http,proto3" json:"http,omitempty"` Jwks *Server_Jwks `protobuf:"bytes,3,opt,name=jwks,proto3" json:"jwks,omitempty"` // contains filtered or unexported fields }
func (*Server) Descriptor
deprecated
func (*Server) GetGrpc ¶
func (x *Server) GetGrpc() *Server_Server
func (*Server) GetHttp ¶
func (x *Server) GetHttp() *Server_Server
func (*Server) GetJwks ¶
func (x *Server) GetJwks() *Server_Jwks
func (*Server) ProtoMessage ¶
func (*Server) ProtoMessage()
func (*Server) ProtoReflect ¶
func (x *Server) ProtoReflect() protoreflect.Message
type Server_Jwks ¶
type Server_Jwks struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` RefreshInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=refresh_interval,json=refreshInterval,proto3" json:"refresh_interval,omitempty"` RefreshRateLimit *durationpb.Duration `protobuf:"bytes,3,opt,name=refresh_rate_limit,json=refreshRateLimit,proto3" json:"refresh_rate_limit,omitempty"` RefreshTimeout *durationpb.Duration `protobuf:"bytes,4,opt,name=refresh_timeout,json=refreshTimeout,proto3" json:"refresh_timeout,omitempty"` // contains filtered or unexported fields }
func (*Server_Jwks) Descriptor
deprecated
func (*Server_Jwks) Descriptor() ([]byte, []int)
Deprecated: Use Server_Jwks.ProtoReflect.Descriptor instead.
func (*Server_Jwks) GetRefreshInterval ¶
func (x *Server_Jwks) GetRefreshInterval() *durationpb.Duration
func (*Server_Jwks) GetRefreshRateLimit ¶
func (x *Server_Jwks) GetRefreshRateLimit() *durationpb.Duration
func (*Server_Jwks) GetRefreshTimeout ¶
func (x *Server_Jwks) GetRefreshTimeout() *durationpb.Duration
func (*Server_Jwks) GetUrl ¶
func (x *Server_Jwks) GetUrl() string
func (*Server_Jwks) ProtoMessage ¶
func (*Server_Jwks) ProtoMessage()
func (*Server_Jwks) ProtoReflect ¶
func (x *Server_Jwks) ProtoReflect() protoreflect.Message
func (*Server_Jwks) Reset ¶
func (x *Server_Jwks) Reset()
func (*Server_Jwks) String ¶
func (x *Server_Jwks) String() string
type Server_Server ¶
type Server_Server 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_Server) Descriptor
deprecated
func (*Server_Server) Descriptor() ([]byte, []int)
Deprecated: Use Server_Server.ProtoReflect.Descriptor instead.
func (*Server_Server) GetAddr ¶
func (x *Server_Server) GetAddr() string
func (*Server_Server) GetNetwork ¶
func (x *Server_Server) GetNetwork() string
func (*Server_Server) GetTimeout ¶
func (x *Server_Server) GetTimeout() *durationpb.Duration
func (*Server_Server) ProtoMessage ¶
func (*Server_Server) ProtoMessage()
func (*Server_Server) ProtoReflect ¶
func (x *Server_Server) ProtoReflect() protoreflect.Message
func (*Server_Server) Reset ¶
func (x *Server_Server) Reset()
func (*Server_Server) String ¶
func (x *Server_Server) String() string
type Trace ¶
type Trace struct { Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"` // contains filtered or unexported fields }
func (*Trace) Descriptor
deprecated
func (*Trace) GetEndpoint ¶
func (*Trace) ProtoMessage ¶
func (*Trace) ProtoMessage()
func (*Trace) ProtoReflect ¶
func (x *Trace) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.