Documentation ¶ Index ¶ type Driver func (d *Driver) Format(config *composetypes.Config) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct{} Driver is the json implementation of formatter drivers. func (*Driver) Format ¶ func (d *Driver) Format(config *composetypes.Config) (string, error) Format creates a JSON document from the source config. Source Files ¶ View all Source files doc.go driver.go Click to show internal directories. Click to hide internal directories.