Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*Server)
Option customizes UDS server construction.
func WithEngine ¶
WithEngine overrides the Gin engine used by the server.
func WithHandlers ¶
WithHandlers injects the shared transport handlers.
func WithSocketPath ¶
WithSocketPath overrides the Unix socket path.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server exposes the daemon API over a Unix domain socket.
Click to show internal directories.
Click to hide internal directories.