Documentation ¶ Index ¶ type Adapter func New(client clientI) *Adapter func (adapter *Adapter) GetProjects(ctx context.Context) (gitlabProjects []gitlabcore.Project, err error) func (adapter *Adapter) GetProjectsByProjectName(ctx context.Context, projectName *string) (gitlabProjects []gitlabcore.Project, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Adapter ¶ type Adapter struct { // contains filtered or unexported fields } func New ¶ func New(client clientI) *Adapter func (*Adapter) GetProjects ¶ func (adapter *Adapter) GetProjects(ctx context.Context) (gitlabProjects []gitlabcore.Project, err error) func (*Adapter) GetProjectsByProjectName ¶ added in v1.0.9 func (adapter *Adapter) GetProjectsByProjectName( ctx context.Context, projectName *string, ) (gitlabProjects []gitlabcore.Project, err error) Source Files ¶ View all Source files get_progect.goproject.go Directories ¶ Show internal Expand all Path Synopsis port Click to show internal directories. Click to hide internal directories.