run_option_fetcher.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method MultiFetcher.Fetch should have comment or be unexported
Open

func (f *MultiFetcher) Fetch() (io.Reader, error) {
Severity: Minor
Found in run_option_fetcher.go by golint

exported method MultiFetcher.Init should have comment or be unexported
Open

func (f *MultiFetcher) Init() error {
Severity: Minor
Found in run_option_fetcher.go by golint

exported type MultiFetcher should have comment or be unexported
Open

type MultiFetcher struct {
Severity: Minor
Found in run_option_fetcher.go by golint

There are no issues that match your filters.

Category
Status