(ctx context.Context, req types.BackendRequest)
| 18 | type BackendAdapter interface { |
| 19 | Name() string |
| 20 | Invoke(ctx context.Context, req types.BackendRequest) (types.BackendResponse, error) |
| 21 | Health(ctx context.Context) error |
| 22 | Metadata() types.BackendMetadata |
| 23 | } |
no outgoing calls