harness-drone/model/perm.go

8 lines
115 B
Go
Raw Normal View History

2015-09-29 18:21:17 -07:00
package model
type Perm struct {
Pull bool `json:"pull"`
Push bool `json:"push"`
Admin bool `json:"admin"`
}