6 lines
234 B
Go
6 lines
234 B
Go
// Package socket implements the Unix-socket RPC transport that the
|
|
// broker exposes at $XDG_RUNTIME_DIR/sherlock.sock and that the
|
|
// service MCPs (and the sherlock CLI) dial into. Implementation lands
|
|
// in Phase 1.
|
|
package socket
|