Versions in this module Expand all Collapse all v0 v0.3.0 Dec 7, 2018 Changes in this version + func FetchTLSCertificate(domain string, cacheDir string) (string, string, error) + func UserCacheDir() (string, error) + type Backend interface + Cat func(nodePath string) (mio.Stream, error) + Stat func(nodePath string) (*catfs.StatInfo, error) + Tar func(nodePath string, w io.Writer) error + type Gateway struct + func NewGateway(backend Backend, cfg *config.Config) *Gateway + func (gw *Gateway) ServeHTTP(rw http.ResponseWriter, rq *http.Request) + func (gw *Gateway) Start() + func (gw *Gateway) Stop() error