server

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 30 Imported by: 0

Documentation

Overview

Package server wires the HTTP routes for tmux-webui.

Index

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(cfg *config.Config, tx *tmuxctl.Client) *Server

func (*Server) Close

func (s *Server) Close()

func (*Server) Mux

func (s *Server) Mux() http.Handler

func (*Server) StartMonitor

func (s *Server) StartMonitor(ctx context.Context)

StartMonitor launches the cross-session agent Monitor for the lifetime of ctx. Unlike the old notifier this ALWAYS runs — it maintains the /api/agents snapshot even without a webhook; only the push side is gated on config.notify.webhook_url (inside the Monitor).

Jump to

Keyboard shortcuts

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