FromRequestContext decouples the lifetime of the provided context from the values found in the context.
(context.Context)
| 84 | EndDeviceRegistry |
| 85 | // FromRequestContext decouples the lifetime of the provided context from the values found in the context. |
| 86 | FromRequestContext(context.Context) context.Context |
| 87 | // GetBaseConfig returns the component configuration. |
| 88 | GetBaseConfig(ctx context.Context) config.ServiceBase |
| 89 | // FillContext fills the given context. |
no outgoing calls