()
| 28 | } |
| 29 | |
| 30 | func newExampleService() *ExampleService { |
| 31 | return &ExampleService{jobStatus: make(map[string]ExampleItemStatus)} |
| 32 | } |
| 33 | |
| 34 | // advance the status to next, and return |
| 35 | func (f *ExampleService) getStatus(id string) *ExampleCacheItem { |
no outgoing calls
no test coverage detected