mirror of
https://github.com/volcengine/mediakit-cli.git
synced 2026-09-14 20:06:30 +08:00
7 lines
167 B
Go
7 lines
167 B
Go
package local
|
|
|
|
import "mediakit-cli/internal/local/core"
|
|
|
|
// Handler defines the execution contract for a local capability implementation.
|
|
type Handler = core.Handler
|