Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sample ¶
type Sample struct {
// contains filtered or unexported fields
}
Sample define the sample which will be scaffolded
func NewSample ¶
NewSample create a new instance of the cronjob sample and configure the KB CLI that will be used
func (*Sample) CodeGen ¶
func (sp *Sample) CodeGen()
CodeGen is a noop for this sample, just to make generation of all samples more efficient. We may want to refactor `UpdateTutorial` some day to take advantage of a separate call, but it is not necessary.
func (*Sample) GenerateSampleProject ¶
func (sp *Sample) GenerateSampleProject()
GenerateSampleProject will generate the sample
func (*Sample) UpdateTutorial ¶
func (sp *Sample) UpdateTutorial()
UpdateTutorial the cronjob tutorial with the scaffold changes
Click to show internal directories.
Click to hide internal directories.