common

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposeService

type ComposeService struct {
	Image         string `json:"image"`
	ContainerName string `json:"container_name"`
}

ComposeService represents a service in a Docker Compose specification.

type ComposeSpec

type ComposeSpec struct {
	Services map[string]ComposeService `json:"services"`
}

ComposeSpec represents a Docker Compose specification.

func ParseComposeSpec

func ParseComposeSpec(data []byte) (*ComposeSpec, error)

ParseComposeSpec parses YAML data into a ComposeSpec

Jump to

Keyboard shortcuts

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