master

package
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2022 License: MIT Imports: 12 Imported by: 0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL