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

Struct Workflow

pkg/github/types/types.go:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type Workflow struct {
82 ID *int64 `json:"id,omitempty"`
83 Name *string `json:"name,omitempty"`
84 Path *string `json:"path,omitempty"`
85 State *string `json:"state,omitempty"`
86 URL *string `json:"url,omitempty"`
87}
88
89type RepoCoreStats struct {
90 ID *int64 `json:"id,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected