chore: apply some linter recommendations.
This commit is contained in:
parent
3b6b50cf63
commit
984cf28e61
37 changed files with 125 additions and 126 deletions
|
|
@ -20,13 +20,13 @@ var (
|
|||
Builders = map[string]Builder{}
|
||||
)
|
||||
|
||||
// Main directive interface
|
||||
// Builder main directive interface
|
||||
type Builder interface {
|
||||
prebuild.BaseInterface
|
||||
Apply(opt *Option, profile string) (string, error)
|
||||
}
|
||||
|
||||
// Builder options
|
||||
// Option for a builder
|
||||
type Option struct {
|
||||
Name string
|
||||
File *paths.Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue