framework_v2/internal/controllers/user/main.go

9 lines
106 B
Go
Raw Normal View History

2024-06-13 07:08:55 +00:00
package user
import (
"framework_v2/internal/access"
)
2024-06-13 07:17:26 +00:00
func CurrentUser(metadata *access.Metadata) {
2024-06-13 07:08:55 +00:00
}