Documentation
¶
Index ¶
- func CheckForUpdates(ctx context.Context) ([]types.Container, *api.Error)
- func DeleteContainer(ctx context.Context, uuid uuid.UUID) *api.Error
- func GetContainer(ctx context.Context, uuid uuid.UUID) (*types.Container, *api.Error)
- func GetContainerLogs(ctx context.Context, uuid uuid.UUID) (string, *api.Error)
- func GetContainerUUIDParam(c *router.Context) (uuid.UUID, *api.Error)
- func GetContainers(ctx context.Context) (map[uuid.UUID]*types.Container, *api.Error)
- func GetDocker(ctx context.Context, uuid uuid.UUID) (map[string]any, *api.Error)
- func GetService(ctx context.Context, serviceId string) (types.Service, *api.Error)
- func GetVersions(ctx context.Context, uuid uuid.UUID) ([]string, *api.Error)
- func InstallService(ctx context.Context, serviceId string) (*types.Container, *api.Error)
- func PatchContainer(ctx context.Context, uuid uuid.UUID, settings types.ContainerSettings) *api.Error
- func PatchContainerEnvironment(ctx context.Context, uuid uuid.UUID, env map[string]string) *api.Error
- func RecreateDocker(ctx context.Context, uuid uuid.UUID) *api.Error
- func StartContainer(ctx context.Context, uuid uuid.UUID) *api.Error
- func StopContainer(ctx context.Context, uuid uuid.UUID) *api.Error
- func UpdateServiceContainer(ctx context.Context, uuid uuid.UUID) *api.Error
- func WaitCondition(ctx context.Context, uuid uuid.UUID, condition container.WaitCondition) *api.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetContainer ¶
func GetContainerLogs ¶
func GetContainers ¶
func GetService ¶
func InstallService ¶
func PatchContainer ¶
func UpdateServiceContainer ¶
func WaitCondition ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.