Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Group ¶
func (*Group) GetGroupID ¶
func (*Group) GetGroupName ¶ added in v1.2.0
func (*Group) GetGroupPath ¶ added in v1.2.0
func (*Group) GetLastModified ¶ added in v1.2.0
type Project ¶
type Project struct {
ID int
Name string
Path string
LastModified time.Time
CloneURL string
DefaultBranch string
}
func (*Project) GetCloneURL ¶
func (*Project) GetDefaultBranch ¶
func (*Project) GetLastModified ¶ added in v1.2.0
func (*Project) GetRepositoryID ¶
func (*Project) GetRepositoryName ¶ added in v1.2.0
func (*Project) GetRepositoryPath ¶ added in v1.2.0
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.