Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2024 Changes in this version + func NewClient(logger *slog.Logger, config config.GitlabClientConfig) (*gitlabClient, error) + type Group struct + ID int + Name string + func (g *Group) GetGroupID() uint64 + func (g *Group) InvalidateContentCache() + type Project struct + CloneURL string + DefaultBranch string + ID int + Path string + func (p *Project) GetCloneURL() string + func (p *Project) GetDefaultBranch() string + func (p *Project) GetRepositoryID() uint64 + type User struct + ID int + Name string + func (u *User) GetGroupID() uint64 + func (u *User) InvalidateContentCache()