Files
2026-02-03 10:05:53 +08:00

8 lines
87 B
Go

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