package config type External struct { GRPC *GRPC `json:"grpc"` Kafka *Kafka `json:"kafka"` Redis *Redis `json:"redis"` }