mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-12 00:55:34 +00:00
Single endpoint for web+ui (Issue #4). Migrated to modern protobuf+grpc.
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// ExecAction executes an action.
|
||||
func ExecAction(cfg *config.Config, action string) *pb.StartActionResponse {
|
||||
res := &pb.StartActionResponse{}
|
||||
res.TimedOut = false
|
||||
|
||||
Reference in New Issue
Block a user