abac/attribute.go

7 lines
96 B
Go
Raw Permalink Normal View History

package abac
type Attribute struct {
Key string `json:"key"`
Value string `json:"value"`
}