targets: add dummy azure and aws targets
These are not currently implemented in the backend, but shows how the API will look like. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
283e89d0f4
commit
e98b189b82
6 changed files with 45 additions and 7 deletions
|
|
@ -6,12 +6,6 @@ type LocalTargetOptions struct {
|
|||
|
||||
func (LocalTargetOptions) isTargetOptions() {}
|
||||
|
||||
func NewLocalTargetOptions(location string) *LocalTargetOptions {
|
||||
return &LocalTargetOptions{
|
||||
Location: location,
|
||||
}
|
||||
}
|
||||
|
||||
func NewLocalTarget(options *LocalTargetOptions) *Target {
|
||||
return &Target{
|
||||
Name: "org.osbuild.local",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue