Context returns the context of the component.
()
| 265 | |
| 266 | // Context returns the context of the component. |
| 267 | func (c *Component) Context() context.Context { |
| 268 | return c.ctx |
| 269 | } |
| 270 | |
| 271 | // GetBaseConfig gets the base config of the component. |
| 272 | func (c *Component) GetBaseConfig(ctx context.Context) config.ServiceBase { |
no outgoing calls
no test coverage detected