Versions in this module Expand all Collapse all v1 v1.2.5 Nov 26, 2023 v1.2.4 Nov 26, 2023 Changes in this version + func Convert(b []byte) ([]byte, error) + type Config struct + After internal.StringSlice + Before internal.StringSlice + Image Image + Jobs map[string]*Job + Services []*Image + Stages []string + Variables map[string]string + type Image struct + Alias string + Command []string + Entrypoint []string + Name string + func (i *Image) UnmarshalYAML(unmarshal func(interface{}) error) error + type Job struct + After internal.StringSlice + AllowFailure bool + Before internal.StringSlice + Except internal.StringSlice + Image Image + Name string + Only internal.StringSlice + Script internal.StringSlice + Services []*Image + Stage string + Variables map[string]string + When internal.StringSlice