package keys type Manager struct{} func NewManager() *Manager { return &Manager{} }