Versions in this module Expand all Collapse all v0 v0.10.1 Aug 14, 2026 Changes in this version + const GraphQLPath + const HealthPath + const MaxRequestBytes + func NewServer(opts ServerOptions) (http.Handler, error) + type Flow struct + Record flowstore.FlowRecord + RepoPath string + type FlowSource func() ([]flowstore.FlowRecord, error) + type Repo struct + DisplayName string + InScanRoot bool + IsBare bool + Path string + type RepoSource func() ([]scanner.Repo, error) + type ServerOptions struct + Flows FlowSource + Logger io.Writer + MaxInFlight int + Repos RepoSource + RequestTimeout time.Duration + Token string