Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentGenerator ¶
type ContentGenerator interface {
Files() ([]*plugingo.CodeGeneratorResponse_File, error)
}
ContentGenerator is a type for generating content.
func NewContentGenerator ¶
func NewContentGenerator( state *statepkg.State, templateBuilder provider.TemplateBuilder, request *Request, ) ContentGenerator
NewContentGenerator returns a new ContentGenerator.
Click to show internal directories.
Click to hide internal directories.