MCPcopy
hub / github.com/VibiumDev/vibium / ServerOption

FuncType ServerOption

clicker/internal/api/server.go:58–58  ·  view source on GitHub ↗

ServerOption configures a Server.

func(*Server)

Source from the content-addressed store, hash-verified

56
57// ServerOption configures a Server.
58type ServerOption func(*Server)
59
60// WithPort sets the port for the server.
61func WithPort(port int) ServerOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected