()
| 86 | ) |
| 87 | |
| 88 | func fields() []string { |
| 89 | return []string{ |
| 90 | "activeLockReason", "id", "locked", "number", "title", "url", |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | type LockOptions struct { |
| 95 | HttpClient func() (*http.Client, error) |
no outgoing calls
no test coverage detected
searching dependent graphs…