Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnalyzePermissions ¶
Types ¶
type BitbucketScope ¶
type ByCategoryAndName ¶
type ByCategoryAndName []BitbucketScope
func (ByCategoryAndName) Len ¶
func (a ByCategoryAndName) Len() int
func (ByCategoryAndName) Less ¶
func (a ByCategoryAndName) Less(i, j int) bool
func (ByCategoryAndName) Swap ¶
func (a ByCategoryAndName) Swap(i, j int)
type Repo ¶
type Repo struct { FullName string `json:"full_name"` RepoName string `json:"name"` Project struct { Name string `json:"name"` } `json:"project"` Workspace struct { Name string `json:"name"` } `json:"workspace"` IsPrivate bool `json:"is_private"` Owner struct { Username string `json:"username"` } `json:"owner"` Role string }
Click to show internal directories.
Click to hide internal directories.