Add IAM scaffold modules
This commit is contained in:
7
iam/internal/auth/refresh/refresh.go
Normal file
7
iam/internal/auth/refresh/refresh.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package refresh
|
||||
|
||||
type Store struct{}
|
||||
|
||||
func NewStore() *Store {
|
||||
return &Store{}
|
||||
}
|
||||
Reference in New Issue
Block a user