Files
todo-vibe-coding/iam/internal/auth/refresh/refresh.go
2026-02-03 10:05:53 +08:00

8 lines
82 B
Go

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