Versions in this module Expand all Collapse all v0 v0.208.0 Sep 16, 2020 Changes in this version + func ProcessRequest(resource string) (string, string, string, error) + type FsRetriever struct + func NewFs(fs afero.Fs) FsRetriever + func (r FsRetriever) Retrieve(resource string) ([]byte, bool, error) + type Retriever interface + Retrieve func(resource string) (content []byte, cached bool, err error)