target/aws: support setting the image name
This is part of the lorax API, so support forwarding this. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
553edef01d
commit
e29b6fe06b
3 changed files with 5 additions and 4 deletions
|
|
@ -6,8 +6,9 @@ import (
|
|||
)
|
||||
|
||||
type Target struct {
|
||||
Name string `json:"name"`
|
||||
Options TargetOptions `json:"options"`
|
||||
ImageName string `json:"image_name"`
|
||||
Name string `json:"name"`
|
||||
Options TargetOptions `json:"options"`
|
||||
}
|
||||
|
||||
type TargetOptions interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue