Documentation
¶
Overview ¶
Package glctx provides utilities for storing and retrieving GitLab API clients from Go contexts. This allows GitLab clients to be passed through request processing pipelines without explicit parameter passing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoClient = errors.New("gitlab client not found in context")
ErrNoClient is the error returned when no GitLab client is found in the context.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.