MCPcopy
hub / github.com/flyteorg/flyte / newExampleService

Function newExampleService

flytestdlib/cache/auto_refresh_example_test.go:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func newExampleService() *ExampleService {
42 return &ExampleService{
43 jobStatus: make(map[string]ExampleItemStatus),
44 lock: sync.RWMutex{},
45 }
46}
47
48// advance the status to next, and return
49func (f *ExampleService) getStatus(id string) *ExampleCacheItem {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected