Skip to content

Commit

Permalink
Remove wasm.go
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Dec 15, 2024
1 parent 4ac7f0f commit d62b97b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 115 deletions.
105 changes: 0 additions & 105 deletions proplet/wasm.go

This file was deleted.

10 changes: 0 additions & 10 deletions proplet/worker.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
package proplet

import (
"context"
"time"

"github.com/absmach/propeller/task"
)

const aliveTimeout = 10 * time.Second

type Service interface {
StartTask(ctx context.Context, task task.Task) error
RunTask(ctx context.Context, taskID string) ([]uint64, error)
StopTask(ctx context.Context, taskID string) error
RemoveTask(ctx context.Context, taskID string) error
}

type Proplet struct {
ID string `json:"id"`
Name string `json:"name"`
Expand Down

0 comments on commit d62b97b

Please sign in to comment.