Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MakefileBuilder ¶
type MakefileBuilder struct {
// contains filtered or unexported fields
}
func NewMakefileBuilder ¶
func NewMakefileBuilder(filePath string, data *MakefileData) *MakefileBuilder
func (*MakefileBuilder) Build ¶
func (mfb *MakefileBuilder) Build() error
func (*MakefileBuilder) Execute ¶
func (mfb *MakefileBuilder) Execute() error
type MakefileData ¶
type MakefileData struct {
PluginName string
}
func NewMakefileData ¶
func NewMakefileData(pluginName string) *MakefileData
Click to show internal directories.
Click to hide internal directories.