Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps the GitLab API client
func (*Client) FetchAllProjects ¶
FetchAllProjects fetches all accessible projects from GitLab using parallel pagination If since is provided, only fetches projects with last_activity_after >= since (incremental sync) Returns a slice of Project structs containing path and name
func (*Client) GetCurrentUsername ¶
GetCurrentUsername fetches the username of the authenticated user
func (*Client) TestConnection ¶
TestConnection tests the connection to GitLab by fetching current user
Click to show internal directories.
Click to hide internal directories.