Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeProvider ¶
type RuntimeProvider struct {
// contains filtered or unexported fields
}
func NewRuntimeProvider ¶
func NewRuntimeProvider(logger *logrus.Logger) *RuntimeProvider
func (*RuntimeProvider) GetAvailableRuntimes ¶
func (runtimeProvider *RuntimeProvider) GetAvailableRuntimes() []*Runtime
func (*RuntimeProvider) GetRuntime ¶
func (runtimeProvider *RuntimeProvider) GetRuntime(id string) (*Runtime, error)
func (*RuntimeProvider) Load ¶
func (runtimeProvider *RuntimeProvider) Load() error
Click to show internal directories.
Click to hide internal directories.