MiniappGoService/internal/infrastructure/httpClient/entities.go

11 lines
198 B
Go

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