package config import "time" type YooKassa struct { BaseUrl string Timeout time.Duration Test bool ApiBaseKey string ApiBaseSecret string ApiPaymentKey string ApiPaymentSecret string }