Documentation
¶
Index ¶
- type Config
- type Manager
- func (m *Manager) Close(ctx context.Context) error
- func (m *Manager) Get(ctx context.Context, k string) (*clientv3.GetResponse, error)
- func (m *Manager) Healthcheck(ctx context.Context) error
- func (m *Manager) NewConcurrencySession(ctx context.Context) (*concurrency.Session, error)
- func (m *Manager) Put(ctx context.Context, k, v string) (*clientv3.PutResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) NewConcurrencySession ¶
Click to show internal directories.
Click to hide internal directories.