Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateOutputs ¶
type GenerateOutputs struct {
Name string
Value string
Type string
Arn string
LastModified *time.Time
Version int64
}
GenerateOutputs ...
type InsertDataModels ¶
type InsertDataModels struct {
Path string `json:"path" yaml:"path"`
Value string `json:"value" yaml:"value"`
IsEncrypt bool `json:"isEncrypt" yaml:"isEncrypt"`
}
InsertDataModels ...
type TemplatesModels ¶
type TemplatesModels struct {
Stage string `json:"stage" yaml:"stage"`
Name string `json:"name" yaml:"name"`
Parameters []InsertDataModels `json:"parameters" yaml:"parameters"`
}
TemplatesModels ...
Click to show internal directories.
Click to hide internal directories.