Documentation ¶
Overview ¶
Package app provides functionality for managing applications.
Index ¶
- func ParseDockerCmd(cmd string) (string, string, error)
- type App
- func (a *App) ContainerIPv4Addr() string
- func (a *App) KeployIPv4Addr() string
- func (a *App) Kind(_ context.Context) utils.CmdType
- func (a *App) Run(ctx context.Context, inodeChan chan uint64) models.AppError
- func (a *App) Setup(_ context.Context) error
- func (a *App) SetupCompose() error
- func (a *App) SetupDocker() error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) ContainerIPv4Addr ¶
func (*App) KeployIPv4Addr ¶
func (*App) SetupCompose ¶
func (*App) SetupDocker ¶
Click to show internal directories.
Click to hide internal directories.