Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type E2eTestCi ¶
type E2eTestCi struct { machinery.TemplateMixin machinery.BoilerplateMixin }
E2eTestCi scaffolds the GitHub Action to call make test-e2e
func (*E2eTestCi) SetTemplateDefaults ¶
SetTemplateDefaults implements machinery.Template
type LintCi ¶
type LintCi struct { machinery.TemplateMixin machinery.BoilerplateMixin // golangci-lint version to use in the project GolangciLintVersion string }
LintCi scaffolds the GitHub Action to lint the project
func (*LintCi) SetTemplateDefaults ¶
SetTemplateDefaults implements machinery.Template
type TestCi ¶
type TestCi struct { machinery.TemplateMixin machinery.BoilerplateMixin }
TestCi scaffolds the GitHub Action to call make test
func (*TestCi) SetTemplateDefaults ¶
SetTemplateDefaults implements machinery.Template
Click to show internal directories.
Click to hide internal directories.