handlers

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package handlers implements the wsproxygen.StrictServerInterface for the internal management API (:9004). It is a thin HTTP adapter layer: each method translates a typed request object into a call on the SyncManager and returns a typed response object. All business logic and persistence lives in the syncmgr package.

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
}

Server implements wsproxygen.StrictServerInterface. It holds a reference to the SyncManager and delegates all operations to it.

func New

func New(m *syncmgr.SyncManager) *Server

New creates a new handlers.Server backed by the given SyncManager.

Jump to

Keyboard shortcuts

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