mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-09-18 17:28:27 +03:00
refactor: sync
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package domain
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
domainHub "github.com/lorsanstand/HomeOps-Hub/shared/domain"
|
||||
)
|
||||
|
||||
type Command struct {
|
||||
domainHub.CapabilityCommand
|
||||
Execute func(ctx context.Context, args map[string]string) (string, error)
|
||||
}
|
||||
Reference in New Issue
Block a user