forked from wbrefvem/go-bitbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccount_links.go
26 lines (18 loc) · 837 Bytes
/
account_links.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
* Bitbucket API
*
* Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.
*
* API version: 2.0
* Contact: [email protected]
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package bitbucket
type AccountLinks struct {
Self *SubjectTypesRepositoryEvents `json:"self,omitempty"`
Html *SubjectTypesRepositoryEvents `json:"html,omitempty"`
Avatar *SubjectTypesRepositoryEvents `json:"avatar,omitempty"`
Followers *SubjectTypesRepositoryEvents `json:"followers,omitempty"`
Following *SubjectTypesRepositoryEvents `json:"following,omitempty"`
Repositories *SubjectTypesRepositoryEvents `json:"repositories,omitempty"`
}