conf

package
v0.0.0-...-1d7d5c8 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 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 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) Descriptor() ([]byte, []int)

Deprecated: Use Bootstrap.ProtoReflect.Descriptor instead.

func (*Bootstrap) GetBusiness

func (x *Bootstrap) GetBusiness() *Business

func (*Bootstrap) GetData

func (x *Bootstrap) GetData() *Data

func (*Bootstrap) GetSentry

func (x *Bootstrap) GetSentry() *Sentry

func (*Bootstrap) GetServer

func (x *Bootstrap) GetServer() *Server

func (*Bootstrap) GetTrace

func (x *Bootstrap) GetTrace() *Trace

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 Business

type Business struct {
	// contains filtered or unexported fields
}

func (*Business) Descriptor deprecated

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

Deprecated: Use Business.ProtoReflect.Descriptor instead.

func (*Business) ProtoMessage

func (*Business) ProtoMessage()

func (*Business) ProtoReflect

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

func (*Business) Reset

func (x *Business) Reset()

func (*Business) String

func (x *Business) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetRelational

func (x *Data) GetRelational() *Data_Relational

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_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) Descriptor() ([]byte, []int)

Deprecated: Use Sentry.ProtoReflect.Descriptor instead.

func (*Sentry) GetDsn

func (x *Sentry) GetDsn() string

func (*Sentry) ProtoMessage

func (*Sentry) ProtoMessage()

func (*Sentry) ProtoReflect

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

func (*Sentry) Reset

func (x *Sentry) Reset()

func (*Sentry) String

func (x *Sentry) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Server.ProtoReflect.Descriptor instead.

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

func (*Server) Reset

func (x *Server) Reset()

func (*Server) String

func (x *Server) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Trace.ProtoReflect.Descriptor instead.

func (*Trace) GetEndpoint

func (x *Trace) GetEndpoint() string

func (*Trace) ProtoMessage

func (*Trace) ProtoMessage()

func (*Trace) ProtoReflect

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

func (*Trace) Reset

func (x *Trace) Reset()

func (*Trace) String

func (x *Trace) String() string

Jump to

Keyboard shortcuts

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