Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2023 Changes in this version + type AmqpConfig struct + Orchestrator string + Publisher string + Subscriber string + Topic string + type AmqpData struct + Orchestrator string + Publisher *amqp.Publisher + Subscriber *amqp.Subscriber + Topic string + type Config interface + Amqp func() *AmqpData + JwtParams func() *JwtCfg + func New(getter kv.Getter) Config + type JwtCfg struct + AccessLife string + RefreshLife string + Secret string