Documentation ¶
Index ¶
- type GeneratorImpl
- func (i *GeneratorImpl) FindGeneratorNames(ctx context.Context, sourceBaseDir string) ([]string, error)
- func (i *GeneratorImpl) ObtainGeneratorSpec(ctx context.Context, sourceBaseDir string, generatorName string) (*api.GeneratorSpec, error)
- func (i *GeneratorImpl) Render(ctx context.Context, request *api.Request) *api.Response
- func (i *GeneratorImpl) WriteRenderSpecWithDefaults(ctx context.Context, request *api.Request, generatorName string) *api.Response
- func (i *GeneratorImpl) WriteRenderSpecWithValues(ctx context.Context, request *api.Request, generatorName string, ...) *api.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratorImpl ¶
type GeneratorImpl struct { }
func (*GeneratorImpl) FindGeneratorNames ¶
func (*GeneratorImpl) ObtainGeneratorSpec ¶
func (i *GeneratorImpl) ObtainGeneratorSpec(ctx context.Context, sourceBaseDir string, generatorName string) (*api.GeneratorSpec, error)
func (*GeneratorImpl) WriteRenderSpecWithDefaults ¶
Click to show internal directories.
Click to hide internal directories.