Documentation ¶ Index ¶ type Server func NewServer(repoRoot string, repoID int64, s *store.Store, idx *indexer.Indexer, ...) *Server func (s *Server) Serve(ctx context.Context, in io.Reader, out, errOut io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(repoRoot string, repoID int64, s *store.Store, idx *indexer.Indexer, q *query.Service) *Server func (*Server) Serve ¶ func (s *Server) Serve(ctx context.Context, in io.Reader, out, errOut io.Writer) error Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.