Versions in this module Expand all Collapse all v1 v1.4.8 Sep 15, 2019 v1.4.7 Sep 14, 2019 Changes in this version + type GitlabAPICLient struct + func (g *GitlabAPICLient) Archive(ctx context.Context, projectID int, ref string) (io.ReadCloser, error) + func (g *GitlabAPICLient) Commits(ctx context.Context, project string, ref string) ([]*gitlabdata.Commit, error) + func (g *GitlabAPICLient) File(ctx context.Context, project, path, ref string) ([]byte, error) + func (g *GitlabAPICLient) ProjectInfo(ctx context.Context, project string) (*gitlabdata.Project, error) + func (g *GitlabAPICLient) Tags(ctx context.Context, project, tagPrefix string) ([]*gitlabdata.Tag, error)