Versions in this module Expand all Collapse all v0 v0.0.1 May 28, 2026 Changes in this version + type FinalizeFunc func(items []*review.Item) error + type GalleryServer struct + func NewGalleryServer(items []gallery.Item, repoDir, publicURL string) *GalleryServer + func (g *GalleryServer) Handler() http.Handler + func (g *GalleryServer) PublicURL() string + func (g *GalleryServer) SetRepoLabel(label string) + type Server struct + func NewServer(s *review.Session, d *imdiff.Differ, publicURL string, onFinalize FinalizeFunc) *Server + func (s *Server) Handler() http.Handler + func (s *Server) PublicURL() string + func (s *Server) SetRepoLabel(label string)