You are viewing an archived snapshot (v0.3.0). Switch to the current version →
sxcli.dev/fw/configfmt/yaml
go
go
import "sxcli.dev/fw/configfmt/yaml"
Package yaml registers the conf module's YAML provider as a composition service: the bare transcoder lives in sxcli.dev/conf/ yaml for standalone use; this package is the framework's service wrapper — pulled into the closure only when a yaml config file actually matched.
Index#
Constants#
go
go
const ID = "sxcli.dev/fw/configfmt/yaml"
type YAML#
YAML is the provider service: the conf module's transcoder, registered into the composition.
go
go
type YAML struct{ confyaml.YAML }