Documentation ¶
Index ¶
- type SurfacerConf
- func (*SurfacerConf) Descriptor() ([]byte, []int)
- func (m *SurfacerConf) GetConnectionString() string
- func (m *SurfacerConf) GetMetricsTableName() string
- func (*SurfacerConf) ProtoMessage()
- func (m *SurfacerConf) Reset()
- func (m *SurfacerConf) String() string
- func (m *SurfacerConf) XXX_DiscardUnknown()
- func (m *SurfacerConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SurfacerConf) XXX_Merge(src proto.Message)
- func (m *SurfacerConf) XXX_Size() int
- func (m *SurfacerConf) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SurfacerConf ¶
type SurfacerConf struct { ConnectionString *string `protobuf:"bytes,1,req,name=connection_string,json=connectionString" json:"connection_string,omitempty"` MetricsTableName *string `protobuf:"bytes,2,req,name=metrics_table_name,json=metricsTableName" json:"metrics_table_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SurfacerConf) Descriptor ¶
func (*SurfacerConf) Descriptor() ([]byte, []int)
func (*SurfacerConf) GetConnectionString ¶
func (m *SurfacerConf) GetConnectionString() string
func (*SurfacerConf) GetMetricsTableName ¶
func (m *SurfacerConf) GetMetricsTableName() string
func (*SurfacerConf) ProtoMessage ¶
func (*SurfacerConf) ProtoMessage()
func (*SurfacerConf) Reset ¶
func (m *SurfacerConf) Reset()
func (*SurfacerConf) String ¶
func (m *SurfacerConf) String() string
func (*SurfacerConf) XXX_DiscardUnknown ¶
func (m *SurfacerConf) XXX_DiscardUnknown()
func (*SurfacerConf) XXX_Marshal ¶
func (m *SurfacerConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SurfacerConf) XXX_Merge ¶
func (dst *SurfacerConf) XXX_Merge(src proto.Message)
func (*SurfacerConf) XXX_Size ¶
func (m *SurfacerConf) XXX_Size() int
func (*SurfacerConf) XXX_Unmarshal ¶
func (m *SurfacerConf) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.