garm/runner/providers/external/execution
Gabriel Adrian Samfira 223477c4dd
Define interface for external providers
This interface is similar to the common.Provider interface, but lacks
the AsParams() function. Decoupling the external provider interface from
the internal provider interface allows us to account for any
particularities there may appear between them.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-03-14 19:49:54 +02:00
..
commands.go Add execution environment to external provider 2023-03-14 18:28:31 +02:00
execution.go Add execution environment to external provider 2023-03-14 18:28:31 +02:00
interface.go Define interface for external providers 2023-03-14 19:49:54 +02:00