Documentation
¶
Overview ¶
Package local contains code for accessing compute resources via the local computer, for Funnel development and debugging.
Index ¶
- type Backend
- func (b Backend) CheckBackendParameterSupport(task *tes.Task) error
- func (b *Backend) Close()
- func (b *Backend) MergeConfigs(c *config.Config) error
- func (b *Backend) Submit(task *tes.Task) error
- func (b *Backend) UpdateConfig(ctx context.Context) error
- func (b *Backend) WriteEvent(ctx context.Context, ev *events.Event) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend represents the local backend.
func NewBackend ¶
NewBackend returns a new local Backend instance.
func (Backend) CheckBackendParameterSupport ¶
func (*Backend) MergeConfigs ¶ added in v0.11.4
func (*Backend) Submit ¶
Submit submits a task. For the Local backend this results in the task running immediately.
func (*Backend) UpdateConfig ¶ added in v0.11.4
Click to show internal directories.
Click to hide internal directories.