Versions in this module Expand all Collapse all v0 v0.0.5 Sep 12, 2019 v0.0.4 Jul 4, 2019 v0.0.3 May 18, 2019 v0.0.2 May 6, 2019 v0.0.1 Mar 3, 2019 Changes in this version + type AccessLevelValue int + const DeveloperPermissions + const GuestPermissions + const MaintainerPermissions + const MasterPermissions + const NoPermissions + const OwnerPermission + const OwnerPermissions + const ReporterPermissions + type BuildStateValue string + const Canceled + const Failed + const Pending + const Running + const Skipped + const Success + type Commit struct + AuthorEmail string + AuthorName string + AuthoredDate *time.Time + CommittedDate *time.Time + CommitterEmail string + CommitterName string + CreatedAt *time.Time + ID string + Message string + ParentIDs []string + ShortID string + Stats *CommitStats + Status *BuildStateValue + Title string + type CommitStats struct + Additions int + Deletions int + Total int + type CustomAttribute struct + Key string + Value string + type EventTargetTypeValue string + const IssueEventTargetType + const MergeRequestEventTargetType + const MilestoneEventTargetType + const NoteEventTargetType + const ProjectEventTargetType + const SnippetEventTargetType + const UserEventTargetType + type EventTypeValue string + const ClosedEventType + const CommentedEventType + const CreatedEventType + const DestroyedEventType + const ExpiredEventType + const JoinedEventType + const LeftEventType + const MergedEventType + const PushedEventType + const ReopenedEventType + const UpdatedEventType + type ForkParent struct + HTTPURLToRepo string + ID int + Name string + NameWithNamespace string + Path string + PathWithNamespace string + WebURL string + type GroupAccess struct + AccessLevel AccessLevelValue + NotificationLevel NotificationLevelValue + type ISOTime time.Time + type Links struct + Events string + Issues string + Labels string + Members string + MergeRequests string + RepoBranches string + Self string + type ListOptions struct + Page int + PerPage int + type ListProjectsOptions struct + Archived *bool + Membership *bool + MinAccessLevel *AccessLevelValue + OrderBy *string + Owned *bool + Search *string + Simple *bool + Sort *string + Starred *bool + Statistics *bool + Visibility *VisibilityValue + WithCustomAttributes *bool + WithIssuesEnabled *bool + WithMergeRequestsEnabled *bool + type ListUsersOptions struct + Active *bool + Blocked *bool + CreatedAfter *time.Time + CreatedBefore *time.Time + ExternalUID *string + OrderBy *string + Provider *string + Search *string + Sort *string + Username *string + WithCustomAttributes *bool + type MergeMethodValue string + const FastForwardMerge + const NoFastForwardMerge + const RebaseMerge + type NotificationLevelValue int + const CustomNotificationLevel + const DisabledNotificationLevel + const GlobalNotificationLevel + const MentionNotificationLevel + const ParticipatingNotificationLevel + const WatchNotificationLevel + func (l *NotificationLevelValue) UnmarshalJSON(data []byte) error + func (l NotificationLevelValue) MarshalJSON() ([]byte, error) + func (l NotificationLevelValue) String() string + type Permissions struct + GroupAccess *GroupAccess + ProjectAccess *ProjectAccess + type Project struct + ApprovalsBeforeMerge int + Archived bool + AvatarURL string + CIConfigPath *string + ContainerRegistryEnabled bool + CreatedAt *time.Time + CreatorID int + CustomAttributes []*CustomAttribute + DefaultBranch string + Description string + ForkedFromProject *ForkParent + ForksCount int + HTTPURLToRepo string + ID int + ImportError string + ImportStatus string + IssuesEnabled bool + JobsEnabled bool + LFSEnabled bool + LastActivityAt *time.Time + Links *Links + MergeMethod MergeMethodValue + MergeRequestsEnabled bool + Mirror bool + MirrorOverwritesDivergedBranches bool + MirrorTriggerBuilds bool + MirrorUserID int + Name string + NameWithNamespace string + Namespace *ProjectNamespace + OnlyAllowMergeIfAllDiscussionsAreResolved bool + OnlyAllowMergeIfPipelineSucceeds bool + OnlyMirrorProtectedBranches bool + OpenIssuesCount int + Owner *User + Path string + PathWithNamespace string + Permissions *Permissions + Public bool + PublicBuilds bool + ReadmeURL string + RequestAccessEnabled bool + RunnersToken string + SSHURLToRepo string + SharedRunnersEnabled bool + SharedWithGroups []struct{ ... } + SnippetsEnabled bool + StarCount int + Statistics *ProjectStatistics + TagList []string + Visibility VisibilityValue + WebURL string + WikiEnabled bool + type ProjectAccess struct + AccessLevel AccessLevelValue + NotificationLevel NotificationLevelValue + type ProjectNamespace struct + FullPath string + ID int + Kind string + Name string + Path string + type ProjectStatistics struct + CommitCount int + type Release struct + Description string + TagName string + type Repository struct + AvatarURL string + DefaultBranch string + Description string + GitHTTPURL string + GitSSHURL string + HTTPURL string + Homepage string + Name string + Namespace string + PathWithNamespace string + SSHURL string + URL string + Visibility VisibilityValue + WebURL string + type StorageStatistics struct + JobArtifactsSize int64 + LfsObjectsSize int64 + RepositorySize int64 + StorageSize int64 + type Tag struct + Commit *Commit + Message string + Name string + Release *Release + type User struct + AvatarURL string + Bio string + CanCreateGroup bool + CanCreateProject bool + ColorSchemeID int + ConfirmedAt *time.Time + CreatedAt *time.Time + CurrentSignInAt *time.Time + CustomAttributes []*CustomAttribute + Email string + ExternUID string + External bool + ID int + Identities []*UserIdentity + IsAdmin bool + LastActivityOn *ISOTime + LastSignInAt *time.Time + Linkedin string + Location string + Name string + Organization string + PrivateProfile bool + ProjectsLimit int + Provider string + PublicEmail string + SharedRunnersMinutesLimit int + Skype string + State string + ThemeID int + Twitter string + TwoFactorEnabled bool + Username string + WebsiteURL string + type UserIdentity struct + ExternUID string + Provider string + type VisibilityValue string + const InternalVisibility + const PrivateVisibility + const PublicVisibility