payment quotation v2 + payment orchestration v2 draft

This commit is contained in:
Stephan D
2026-02-24 13:01:35 +01:00
parent 0646f55189
commit 6444813f38
289 changed files with 17005 additions and 16065 deletions

View File

@@ -4,11 +4,10 @@ import "time"
// Config captures connection settings for the payment orchestrator gRPC service.
type Config struct {
Address string
QuoteAddress string
DialTimeout time.Duration
CallTimeout time.Duration
Insecure bool
Address string
DialTimeout time.Duration
CallTimeout time.Duration
Insecure bool
}
func (c *Config) setDefaults() {