Documentation
¶
Index ¶
Constants ¶
View Source
const ( NAME = "docker" FILENAME = "Dockerfile" TYPE = types.DialectFrameworkContainer )
Variables ¶
View Source
var RESULT = []*types.DialectFramework{{Name: NAME, Type: TYPE}}
Functions ¶
This section is empty.
Types ¶
type DockerProcessor ¶
type DockerProcessor struct {
}
func (*DockerProcessor) Detect ¶
func (p *DockerProcessor) Detect(directory string) ([]*types.DialectFramework, error)
Click to show internal directories.
Click to hide internal directories.