Versions in this module Expand all Collapse all v0 v0.0.22 Jul 24, 2025 v0.0.21 Jul 22, 2025 Changes in this version + const BaseURL + func HasNextToken(res *http.Response) bool + func NextToken(ctx context.Context, res *http.Response) string + type Client struct + func New(ctx context.Context, token, baseURL string) (*Client, error) + func (c *Client) GetUsers(ctx context.Context, pToken *pagination.Token) ([]User, *http.Response, error) + type CreatedBy struct + AvatarURL string + ID int + Locked bool + Name string + PublicEmail *string + State string + Username string + WebURL string + type User struct + AvatarURL string + Bio string + Bot bool + CanCreateGroup bool + CanCreateProject bool + ColorSchemeID int + CommitEmail string + ConfirmedAt string + CreatedAt string + CreatedBy *CreatedBy + CurrentSignInAt *string + Discord string + Email string + EmailResetOfferedAt *string + External bool + Followers *int + Following *int + Github string + ID int + Identities []string + IsAdmin bool + IsFollowed *bool + JobTitle string + LastActivityOn *gitlabSDK.ISOTime + LastSignInAt *string + LinkedIn string + LocalTime *string + Location string + Locked bool + Name string + NamespaceID int + Note *string + Organization string + PrivateProfile bool + ProjectsLimit int + Pronouns *string + PublicEmail *string + State string + ThemeID int + Twitter string + TwoFactorEnabled bool + Username string + WebURL string + WebsiteURL string + WorkInformation *string