Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCommand = &cobra.Command{ Use: "daemon", Short: "Control the lifecycle of the Mutagen daemon", RunE: rootMain, SilenceUsage: true, }
Functions ¶
func CreateClientConnection ¶
func CreateClientConnection(autostart, enforceVersionMatch bool) (*grpc.ClientConn, error)
CreateClientConnection creates a new daemon client connection and optionally verifies that the daemon version matches the current process' version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.