Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { Name() string Status() bool AppPort() string SourcePath() string ServiceName() string Type() string GetFiles() []entity.Entity UpdateStatus(bool) UpdateFiles([]entity.Entity) }
App defines the remote application Actions method with related to target App
func NewRemoteApp ¶
NewRemoteApp - new remote app pointer
type Remote ¶
type Remote interface { Name() string Status() bool Type() string Apps() ([]App, error) App(string) (App, error) AppByType(string) ([]App, error) AgentAddress() string UpdateStatus(bool) }
Remote defines the remote config interface Actions method with related to Remote
func GetRemotesByType ¶
GetRemotesByType - returns available remotes by its type
Click to show internal directories.
Click to hide internal directories.