7 lines
86 B
Go
7 lines
86 B
Go
package services
|
|
|
|
func Authorize() bool {
|
|
// Authorization logic here
|
|
return true
|
|
}
|