server

package
v0.0.0-...-3bea39f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2025 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FilterExpr

type FilterExpr struct {
	Values []string
	Op     string // orOp, andOp, notOp
}

FilterExpr represents a filter expression

type Filters

type Filters struct {
	// contains filtered or unexported fields
}

Filters stores current filter settings

type Server

type Server struct {
	// contains filtered or unexported fields
}

Server handles Unix socket connections and command execution

func NewServer

func NewServer(idx *indexer.Indexer) (*Server, error)

NewServer creates a new server instance

func (*Server) Start

func (s *Server) Start(ctx context.Context) error

Start starts the server

func (*Server) Stop

func (s *Server) Stop() error

Stop stops the server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL