Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Organization ¶
func (*Organization) GetGroupID ¶
func (o *Organization) GetGroupID() uint64
func (*Organization) GetGroupName ¶ added in v1.2.0
func (o *Organization) GetGroupName() string
func (*Organization) GetGroupPath ¶ added in v1.2.0
func (o *Organization) GetGroupPath() string
func (*Organization) GetLastModified ¶ added in v1.2.0
func (o *Organization) GetLastModified() time.Time
type Repository ¶
type Repository struct {
ID int64
Name string
Path string
LastModified time.Time
CloneURL string
DefaultBranch string
}
func (*Repository) GetCloneURL ¶
func (r *Repository) GetCloneURL() string
func (*Repository) GetDefaultBranch ¶
func (r *Repository) GetDefaultBranch() string
func (*Repository) GetLastModified ¶ added in v1.2.0
func (r *Repository) GetLastModified() time.Time
func (*Repository) GetRepositoryID ¶
func (r *Repository) GetRepositoryID() uint64
func (*Repository) GetRepositoryName ¶ added in v1.2.0
func (r *Repository) GetRepositoryName() string
func (*Repository) GetRepositoryPath ¶ added in v1.2.0
func (r *Repository) GetRepositoryPath() string
type User ¶
func (*User) GetGroupID ¶
func (*User) GetGroupName ¶ added in v1.2.0
func (*User) GetGroupPath ¶ added in v1.2.0
func (*User) GetLastModified ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.