Documentation
¶
Overview ¶
Package server exposes an mqlite Engine as a Connect-style JSON-over-HTTP broker (design §7). Every unary RPC is a plain HTTP POST to /mqlite.v1.<Service>/<Method> with a JSON body — curl-able by construction.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Version string // reported by the open "/" discovery endpoint; "" -> "dev"
// contains filtered or unexported fields
}
Server adapts an Engine to HTTP with static Bearer-token auth.
Click to show internal directories.
Click to hide internal directories.