chore(client): support gRPC and gRPC web protocol

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2022-08-14 10:59:09 +08:00
committed by Jason Song
parent 0b885c5e5f
commit d359276fe1
5 changed files with 51 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import (
"context"
"gitea.com/gitea/act_runner/client"
log "github.com/sirupsen/logrus"
)