Documentation
¶
Index ¶
- type AwsRuntime
- func (r *AwsRuntime) ActOnExposeListener(unit *core.ExecutionUnit, f *core.SourceFile, listener *golang.HttpListener, ...) error
- func (r *AwsRuntime) AddExecRuntimeFiles(unit *core.ExecutionUnit, result *core.CompilationResult, ...) error
- func (r *AwsRuntime) GetFsImports() []golang.Import
- func (r *AwsRuntime) GetSecretsImports() []golang.Import
- func (r *AwsRuntime) SetConfigType(id string, isSecret bool)
- type ExposeTemplateData
- type TemplateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AwsRuntime ¶
type AwsRuntime struct {
TemplateConfig aws.TemplateConfig
Cfg *config.Application
}
func (*AwsRuntime) ActOnExposeListener ¶ added in v0.6.3
func (r *AwsRuntime) ActOnExposeListener(unit *core.ExecutionUnit, f *core.SourceFile, listener *golang.HttpListener, routerName string) error
func (*AwsRuntime) AddExecRuntimeFiles ¶
func (r *AwsRuntime) AddExecRuntimeFiles(unit *core.ExecutionUnit, result *core.CompilationResult, deps *core.Dependencies) error
func (*AwsRuntime) GetFsImports ¶ added in v0.6.3
func (r *AwsRuntime) GetFsImports() []golang.Import
func (*AwsRuntime) GetSecretsImports ¶ added in v0.6.3
func (r *AwsRuntime) GetSecretsImports() []golang.Import
func (*AwsRuntime) SetConfigType ¶ added in v0.6.3
func (r *AwsRuntime) SetConfigType(id string, isSecret bool)
type ExposeTemplateData ¶
type TemplateData ¶
type TemplateData struct {
aws.TemplateConfig
ExecUnitName string
Expose ExposeTemplateData
MainModule string
}
Click to show internal directories.
Click to hide internal directories.