mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-22 14:28:00 +02:00
feat: use specified labels
This commit is contained in:
@ -5,12 +5,6 @@ import (
|
||||
"code.gitea.io/bots-proto-go/runner/v1/runnerv1connect"
|
||||
)
|
||||
|
||||
type Filter struct {
|
||||
OS string `json:"os"`
|
||||
Arch string `json:"arch"`
|
||||
Labels []string `json:"labels"`
|
||||
}
|
||||
|
||||
// A Client manages communication with the runner.
|
||||
type Client interface {
|
||||
pingv1connect.PingServiceClient
|
||||
|
Reference in New Issue
Block a user