Documentation
¶
Overview ¶
Package dial provides unix socket helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUnixSocketConnection ¶
func SyncQuerySocket ¶
func SyncQuerySocket[T SocketJSONResponse](conn net.Conn, command string) (T, error)
Types ¶
type SocketJSONResponse ¶
type SocketJSONResponse interface {
Validate() error
}
Click to show internal directories.
Click to hide internal directories.