Versions in this module Expand all Collapse all v1 v1.0.0 Nov 5, 2024 v0 v0.0.1 Nov 4, 2024 Changes in this version + type Processor interface + Process func(ctx context.Context, request *domain.ProcessRequest) *domain.ProviderProcessResponse + func New(descriptionStore descriptionStore, clientStore clientStore, ...) Processor + func WithMetricsMiddleware(next Processor) Processor