Documentation ¶ Index ¶ type Driver Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver interface { // Format executes the formatter on the source config Format(config *composetypes.Config) (string, error) } Driver is the interface that must be implemented by a formatter driver. Source Files ¶ View all Source files driver.go Click to show internal directories. Click to hide internal directories.