Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Organization ¶
func (Organization) CanonicalLink ¶
func (o Organization) CanonicalLink() string
func (Organization) ID ¶
func (o Organization) ID() int64
func (Organization) Name ¶
func (o Organization) Name() string
func (Organization) ViolationEntityType ¶
func (o Organization) ViolationEntityType() string
type Repository ¶
type Repository struct {
*gitlab2.Project
Members []*gitlab2.ProjectMember `json:"members,omitempty"`
ProtectedBranches []*gitlab2.ProtectedBranch `json:"protected_branches"`
Webhooks []*gitlab2.ProjectHook `json:"webhooks"`
PushRules *gitlab2.ProjectPushRules `json:"push_rules"`
ApprovalConfiguration *gitlab2.ProjectApprovals `json:"approval_configuration"`
ApprovalRules []*gitlab2.ProjectApprovalRule `json:"approval_rules"`
MinimumRequiredApprovals int `json:"minimum_required_approvals"`
}
func (Repository) CanonicalLink ¶
func (r Repository) CanonicalLink() string
func (Repository) ID ¶
func (r Repository) ID() int64
func (Repository) Name ¶
func (r Repository) Name() string
func (Repository) ViolationEntityType ¶
func (r Repository) ViolationEntityType() string
type Server ¶ added in v1.0.0
func (Server) CanonicalLink ¶ added in v1.0.0
func (Server) ViolationEntityType ¶ added in v1.0.0
Click to show internal directories.
Click to hide internal directories.