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.GiteaClientConfig) (*giteaClient, error) + type Organization struct + ID int64 + Name string + func (o *Organization) GetGroupID() uint64 + func (o *Organization) InvalidateContentCache() + type Repository struct + CloneURL string + DefaultBranch string + ID int64 + Path string + func (r *Repository) GetCloneURL() string + func (r *Repository) GetDefaultBranch() string + func (r *Repository) GetRepositoryID() uint64 + type User struct + ID int64 + Name string + func (u *User) GetGroupID() uint64 + func (u *User) InvalidateContentCache()