Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLabCache ¶
type GitLabCache struct {
// contains filtered or unexported fields
}
func NewGitLabCache ¶
func NewGitLabCache(client *gitlab.Client, projectId int, hidePackages bool) *GitLabCache
func (*GitLabCache) Get ¶
func (c *GitLabCache) Get(ctx context.Context, name string) (io.ReadCloser, error)
func (*GitLabCache) Put ¶
func (c *GitLabCache) Put(ctx context.Context, name string, content io.ReadSeeker) error
Click to show internal directories.
Click to hide internal directories.