Versions in this module Expand all Collapse all v0 v0.4.0 May 11, 2026 Changes in this version + type Deps struct + Comments db.CommentStore + CommitLog func(r repo.Repo) ([]git.Commit, error) + Diff func(r repo.Repo) ([]git.File, error) + DiffCommit func(r repo.Repo, sha string) ([]git.File, error) + Home string + HunkCommit func(r repo.Repo, path string, newStart, newCount int) (git.Commit, error) + ListRepos func() ([]repo.Repo, error) + LookupRepo func(slug string) (repo.Repo, bool) + ShowBlob func(r repo.Repo, path string) ([]byte, error) + ShowCommit func(r repo.Repo, sha string) (git.Commit, error) + ShowFile func(r repo.Repo, path string) ([]string, error) + func DefaultDeps(home string) Deps + type Server struct + func NewServer(deps Deps) (*Server, error) + func (s *Server) Handler() http.Handler