| 79 | } |
| 80 | |
| 81 | type 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 | |
| 89 | type RepoCoreStats struct { |
| 90 | ID *int64 `json:"id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected