# Functions
New initializes a new Gitlab Service instance with the provided opts.
WithPaginationMaxLimit sets the maximum number of items to request per page when paginating through results.
WithToken sets up authentication for the Gitlab client using a personal access token.
# Constants
DefaultPage is the default page number to request when paginating through results.
DefaultPaginationMaxLimit is the default maximum number of items to request per page when paginating through results.
Sort by ascending order.
# Type aliases
Options defines a function signature for configuring a Gitlab Service instance.