Versions in this module Expand all Collapse all v1 v1.2.3 Sep 4, 2025 Changes in this version + var File_pgsql_proto protoreflect.FileDescriptor + type Pgsql struct + Driver string + MaxConn int32 + MaxIdleConn int32 + MaxIdleTime *durationpb.Duration + MaxLifeTime *durationpb.Duration + MinConn int32 + Prometheus *PrometheusConfig + Source string + func (*Pgsql) Descriptor() ([]byte, []int) + func (*Pgsql) ProtoMessage() + func (x *Pgsql) GetDriver() string + func (x *Pgsql) GetMaxConn() int32 + func (x *Pgsql) GetMaxIdleConn() int32 + func (x *Pgsql) GetMaxIdleTime() *durationpb.Duration + func (x *Pgsql) GetMaxLifeTime() *durationpb.Duration + func (x *Pgsql) GetMinConn() int32 + func (x *Pgsql) GetPrometheus() *PrometheusConfig + func (x *Pgsql) GetSource() string + func (x *Pgsql) ProtoReflect() protoreflect.Message + func (x *Pgsql) Reset() + func (x *Pgsql) String() string + type PrometheusConfig struct + Labels map[string]string + Namespace string + Subsystem string + func (*PrometheusConfig) Descriptor() ([]byte, []int) + func (*PrometheusConfig) ProtoMessage() + func (x *PrometheusConfig) GetLabels() map[string]string + func (x *PrometheusConfig) GetNamespace() string + func (x *PrometheusConfig) GetSubsystem() string + func (x *PrometheusConfig) ProtoReflect() protoreflect.Message + func (x *PrometheusConfig) Reset() + func (x *PrometheusConfig) String() string