mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-11 13:29:12 +00:00
8 lines
100 B
Go
8 lines
100 B
Go
package authorize
|
|
|
|
type AuthorizeRequest struct {
|
|
Subject string
|
|
Action string
|
|
Origin string
|
|
}
|