nilsbu / lastfm

Last.FM tools in Go
1 stars 0 forks source link

cleanup Pipeline #19

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/nilsbu/lastfm/blob/cc2389d7445a5d93224855980bc1d96d7dfacdc3/pkg/pipeline/pipeline.go#L42


    return d.result, d.err
}

// TODO test Pipeline
// TODO cleanup Pipeline
type Pipeline interface {
    Execute(steps []string) (charts.Charts, error)
    Registered() rsrc.Day