Documentation ¶
Index ¶
- type IPFSPublisher
- func (publisher *IPFSPublisher) IsInstalled(ctx context.Context) (bool, error)
- func (publisher *IPFSPublisher) PublishResult(ctx context.Context, execution *models.Execution, resultPath string) (models.SpecConfig, error)
- func (publisher *IPFSPublisher) ValidateJob(ctx context.Context, j models.Job) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPFSPublisher ¶
func NewIPFSPublisher ¶
func NewIPFSPublisher( ctx context.Context, _ *system.CleanupManager, cl ipfs.Client, ) (*IPFSPublisher, error)
func (*IPFSPublisher) IsInstalled ¶
func (publisher *IPFSPublisher) IsInstalled(ctx context.Context) (bool, error)
func (*IPFSPublisher) PublishResult ¶ added in v0.3.24
func (publisher *IPFSPublisher) PublishResult( ctx context.Context, execution *models.Execution, resultPath string, ) (models.SpecConfig, error)
func (*IPFSPublisher) ValidateJob ¶ added in v0.3.26
Click to show internal directories.
Click to hide internal directories.