| 322 | } |
| 323 | |
| 324 | type genericLockClient struct { |
| 325 | client *lfsapi.Client |
| 326 | lclients map[lockClientInfo]lockClient |
| 327 | } |
| 328 | |
| 329 | func newGenericLockClient(client *lfsapi.Client) *genericLockClient { |
| 330 | return &genericLockClient{ |
nothing calls this directly
no outgoing calls
no test coverage detected