MCPcopy Create free account
hub / github.com/crashappsec/github-analyzer / Runner

Struct Runner

pkg/github/types/types.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Runner struct {
9 ID *int64 `json:"id,omitempty"`
10 Name *string `json:"name,omitempty"`
11 OS *string `json:"os,omitempty"`
12 Status *string `json:"status,omitempty"`
13}
14
15type Install struct {
16 ID *int64 `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected