Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingConnectionError ¶
type PingConnectionError struct {
Err error
}
PingConnectionError - error ping connection
func (*PingConnectionError) Error ¶
func (e *PingConnectionError) Error() string
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store implementation of db interface
func New ¶
func New(tracer trace.TracerProvider, metrics *metric.MeterProvider) *Store
New return new instance of Store
Click to show internal directories.
Click to hide internal directories.