Documentation
¶
Index ¶
Constants ¶
View Source
const ( ServerModeUDS = "uds" ServerModeTCP = "tcp" )
Server mode constants
Variables ¶
This section is empty.
Functions ¶
func DefaultServerSocketPath ¶
func DefaultServerSocketPath() string
DefaultServerSocketPath returns the default path for the server Unix socket.
func DefaultWorkerSocketPath ¶
func DefaultWorkerSocketPath() string
DefaultWorkerSocketPath returns the default path for the worker-js Unix socket.
func ListenServices ¶
ListenServices starts the server listening on either a Unix socket or TCP port.
Environment variables:
- SERVER_MODE: "uds" (default) or "tcp"
- SERVER_SOCKET_PATH: custom socket path (uds mode, defaults to /tmp/the-dev-tools/server.socket)
- PORT: port number (tcp mode, defaults to 8080)
Types ¶
type ClientStreamAdHoc ¶
type FullStreamAdHoc ¶
type ServerStreamAdHoc ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
middleware
|
|
|
mwcodec
Package mwcodec provides custom codecs for Connect RPC.
|
Package mwcodec provides custom codecs for Connect RPC. |
|
Package rauthadapter implements the AuthAdapterService ConnectRPC handler, bridging BetterAuth JSON adapter calls to the authadapter package.
|
Package rauthadapter implements the AuthAdapterService ConnectRPC handler, bridging BetterAuth JSON adapter calls to the authadapter package. |
|
Package rimportv2 provides a modern unified import service with TypeSpec compliance.
|
Package rimportv2 provides a modern unified import service with TypeSpec compliance. |
Click to show internal directories.
Click to hide internal directories.