Documentation ¶ Index ¶ type Server func New(_ any, _ any, _ any, repo *store.Repository, kgStore *kg.Store, ...) *Server func NewWithDaemonSocket(_ any, _ any, _ any, socketPath string, repo *store.Repository, ...) *Server func (s *Server) Run(ctx context.Context) 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 New ¶ func New(_ any, _ any, _ any, repo *store.Repository, kgStore *kg.Store, diaryStore *diary.Store, paths xdg.Paths, provider vector.Provider) *Server func NewWithDaemonSocket ¶ added in v1.3.8 func NewWithDaemonSocket(_ any, _ any, _ any, socketPath string, repo *store.Repository, kgStore *kg.Store, diaryStore *diary.Store, paths xdg.Paths, provider vector.Provider) *Server func (*Server) Run ¶ func (s *Server) Run(ctx context.Context) error Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.