Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PatchMaster ¶
type PatchMaster interface { Ping() (bool, error) UploadFileToRemote(entity.File) (entity.Entity, bool, error) ExtractFileToRemote(string, string) ([]entity.Entity, bool, error) RightsCheckFor([]remote.App) ([]remote.App, error) PatchTo([]remote.App) ([]remote.App, error) VerifyFrom([]remote.App) ([]remote.App, error) ExecuteCmdOnRemote(string, string) ([]byte, error) ListAvailablePatches() ([]string, error) }
PatchMaster declare all master actions
func NewPatchMaster ¶
func NewPatchMaster(name string, logger bool) (PatchMaster, error)
NewPatchMaster - pointer of a remote with extra binder
Click to show internal directories.
Click to hide internal directories.