| 10 | ) |
| 11 | |
| 12 | type Manager struct { |
| 13 | CacheStub func() map[protocol.DeviceID]discover.CacheEntry |
| 14 | cacheMutex sync.RWMutex |
| 15 | cacheArgsForCall []struct { |
| 16 | } |
| 17 | cacheReturns struct { |
| 18 | result1 map[protocol.DeviceID]discover.CacheEntry |
| 19 | } |
| 20 | cacheReturnsOnCall map[int]struct { |
| 21 | result1 map[protocol.DeviceID]discover.CacheEntry |
| 22 | } |
| 23 | ChildErrorsStub func() map[string]error |
| 24 | childErrorsMutex sync.RWMutex |
| 25 | childErrorsArgsForCall []struct { |
| 26 | } |
| 27 | childErrorsReturns struct { |
| 28 | result1 map[string]error |
| 29 | } |
| 30 | childErrorsReturnsOnCall map[int]struct { |
| 31 | result1 map[string]error |
| 32 | } |
| 33 | ErrorStub func() error |
| 34 | errorMutex sync.RWMutex |
| 35 | errorArgsForCall []struct { |
| 36 | } |
| 37 | errorReturns struct { |
| 38 | result1 error |
| 39 | } |
| 40 | errorReturnsOnCall map[int]struct { |
| 41 | result1 error |
| 42 | } |
| 43 | LookupStub func(context.Context, protocol.DeviceID) ([]string, error) |
| 44 | lookupMutex sync.RWMutex |
| 45 | lookupArgsForCall []struct { |
| 46 | arg1 context.Context |
| 47 | arg2 protocol.DeviceID |
| 48 | } |
| 49 | lookupReturns struct { |
| 50 | result1 []string |
| 51 | result2 error |
| 52 | } |
| 53 | lookupReturnsOnCall map[int]struct { |
| 54 | result1 []string |
| 55 | result2 error |
| 56 | } |
| 57 | ServeStub func(context.Context) error |
| 58 | serveMutex sync.RWMutex |
| 59 | serveArgsForCall []struct { |
| 60 | arg1 context.Context |
| 61 | } |
| 62 | serveReturns struct { |
| 63 | result1 error |
| 64 | } |
| 65 | serveReturnsOnCall map[int]struct { |
| 66 | result1 error |
| 67 | } |
| 68 | StringStub func() string |
| 69 | stringMutex sync.RWMutex |
nothing calls this directly
no outgoing calls
no test coverage detected