Versions in this module Expand all Collapse all v0 v0.8.0 May 28, 2026 Changes in this version + const BasePath + type Branch struct + Hash string + Name string + Zone string + type Client struct + HTTP *http.Client + Interval time.Duration + Local *repo.Repo + PrimaryURL string + func NewClient(primaryURL string, local *repo.Repo) *Client + func (c *Client) Pull(ctx context.Context) error + func (c *Client) Run(ctx context.Context) + func (c *Client) Stop() + type RefsResponse struct + Branches []Branch + Zones []string + type Server struct + SnapshotFn func() (*repo.Repo, error) + func (s *Server) RegisterHandlers(mux *http.ServeMux) + type WalkRequest struct + Known []string + Roots []string + type WalkResponse struct + Missing []string