feat: use specified labels
This commit is contained in:
parent
5781e233c1
commit
2354f5bb18
10 changed files with 76 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue