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

8 lines
79 B
Go

package jwks
type Store struct{}
func NewStore() *Store {
return &Store{}
}