Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build( base *types.Project, defaultService types.ServiceConfig, buildInfo map[string]BuildEntry, mutator []ServiceMutator, ) error
Types ¶
type BuildEntry ¶
type BuildEntry struct { Config types.ServiceConfig Meta map[string]any }
type ServiceMutator ¶
type ServiceMutator func(sc types.ServiceConfig, p *types.Project, meta map[string]any) (types.ServiceConfig, error)
Click to show internal directories.
Click to hide internal directories.