Documentation
¶
Index ¶
- Variables
- func RemoveExcludes(ctx context.Context, repoMap map[string][]*Repository) (map[string][]*Repository, error)
- func RepoMap(ctx context.Context) (map[string][]*Repository, error)
- func Verbose(ctx context.Context) bool
- func WithExcludes(ctx context.Context, repos []*Repository) context.Context
- func WithRepos(ctx context.Context, repos []*github.Repository) context.Context
- func WithVerbose(ctx context.Context, verbose bool) context.Context
- type Repository
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrReposNotFoundInContext = errors.New("repos map not found in context")
)
Functions ¶
func RemoveExcludes ¶
func RemoveExcludes(ctx context.Context, repoMap map[string][]*Repository) (map[string][]*Repository, error)
func WithExcludes ¶
func WithExcludes(ctx context.Context, repos []*Repository) context.Context
Types ¶
type Repository ¶
Click to show internal directories.
Click to hide internal directories.