8 lines
100 B
Go

package authorize
type AuthorizeRequest struct {
Subject string
Action string
Origin string
}