Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtService ¶
type ExtService struct {
Name string // service name, e.g. "clock"
Ports []string // internal ports declared via expose:, e.g. ["8080"]
EnvVar string // env var name, e.g. "CLOCK_URL"
}
ExtService describes a project compose extension service that exposes internal ports. The codegen adds host port mappings for these services in compose.test.yml so that tests running on the host can reach them.
Click to show internal directories.
Click to hide internal directories.