Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2019 Changes in this version + type FetchedComponent struct + Descriptor string + DescriptorUrl model.EkURL + ID string + LocalPath string + LocalUrl model.EkURL + func (fc FetchedComponent) HasDescriptor() bool + func (fc FetchedComponent) String() string + type Handler func() (FetchedComponent, error) + func GetHandler(l *log.Logger, dir string, c model.Component) (Handler, error)