()
| 18 | } |
| 19 | |
| 20 | func (a *Adapter) Name() string { |
| 21 | return a.cfg.Name |
| 22 | } |
| 23 | |
| 24 | func (a *Adapter) Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) { |
| 25 | start := time.Now() |
nothing calls this directly
no outgoing calls
no test coverage detected