12 lines
131 B
Go
12 lines
131 B
Go
|
package access
|
||
|
|
||
|
import (
|
||
|
"framework_v2/internal/providers"
|
||
|
)
|
||
|
|
||
|
type User providers.JwtIDToken
|
||
|
|
||
|
type Metadata struct {
|
||
|
User User
|
||
|
}
|