Versions in this module Expand all Collapse all v0 v0.1.0 Nov 6, 2023 Changes in this version + const WebSections + var ErrMalformed = errors.New("malformed request") + var ErrUnknownSection = errors.New("request for unknown Section") + type Request struct + DiffFrom string + DiffTo string + From data.Hash + Path string + Repo string + Revision string + Section string + func Parse(url *url.URL) (*Request, error)