Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrWrongVersion = errors.New("agent is running with a different version of plakar")
)
Functions ¶
func ExecuteRPC ¶
func ExecuteRPC(ctx *appcontext.AppContext, name []string, cmd subcommands.Subcommand, storeConfig map[string]string) (int, error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendCommand ¶
func (c *Client) SendCommand(ctx *appcontext.AppContext, name []string, cmd subcommands.Subcommand, storeConfig map[string]string) (int, error)
type FileLock ¶ added in v1.0.3
func LockedFile ¶ added in v1.0.3
Click to show internal directories.
Click to hide internal directories.