ContextStoreWithDefault implements the store.Store interface with a support for the default context
| 34 | |
| 35 | // ContextStoreWithDefault implements the store.Store interface with a support for the default context |
| 36 | type ContextStoreWithDefault struct { |
| 37 | store.Store |
| 38 | Resolver DefaultContextResolver |
| 39 | } |
| 40 | |
| 41 | // EndpointDefaultResolver is implemented by any EndpointMeta object |
| 42 | // which wants to be able to populate the store with whatever their default is. |
nothing calls this directly
no outgoing calls
no test coverage detected