Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2020 Changes in this version + func IsExecution(err error) bool + func IsInvalidConfig(err error) bool + func IsNotFound(err error) bool + type Client struct + func New(config Config) (*Client, error) + func (c *Client) GetFile(ctx context.Context, owner, repo, path, ref string) (RepositoryFile, error) + func (c *Client) ListRepositories(ctx context.Context, owner string) ([]Repository, error) + type Config struct + AccessToken string + Logger micrologger.Logger + type Repository struct + Language string + Name string + Owner string + UpdatedAt time.Time + type RepositoryFile struct + Data []byte + Path string Other modules containing this package github.com/giantswarm/devctl/v6 github.com/giantswarm/devctl/v7