package httpClient // ---------------------------------------- // COMMON // ---------------------------------------- type loggerInstance interface { Info(string, ...any) Error(string, ...any) }