Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Close(ctx context.Context) error
- func (m *Manager) Configure(ctx context.Context, data map[string]interface{}) error
- func (m *Manager) Notify(conn *mongo.Conn)
- func (m *Manager) Options() *vault.ManagerOptions
- func (m *Manager) Register(observer Observer)
- func (m *Manager) Unregister(observer Observer)
- type Notifier
- type Observer
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 NewManager(conn *mongo.Conn) *Manager
func NewManagerWithOptions ¶
func NewManagerWithOptions(conn *mongo.Conn, options *vault.ManagerOptions) *Manager
func (*Manager) Options ¶
func (m *Manager) Options() *vault.ManagerOptions
func (*Manager) Unregister ¶
Click to show internal directories.
Click to hide internal directories.