Skip to content

Commit

Permalink
add deployment type fn
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Oct 18, 2023
1 parent 142c5df commit 031f8a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ func (f factory) ID() string {
return "podman"
}

func (f factory) DeploymentType() deployer.DeploymentType {

Check failure on line 30 in factory.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: deployer.DeploymentType (typecheck)
return "image"
}

func (f factory) ConfigurationSchema() *schema.TypedScopeSchema[*Config] {
return Schema
}
Expand Down

0 comments on commit 031f8a6

Please sign in to comment.