[MM-37755] Idiomatic naming (SMTP, TLS, TCP, XML, CSS, HTML, HTTP) (#18103)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bd65e8daf9
Коммит
fd853e74a6
@@ -18,8 +18,8 @@ type MetricsInterface interface {
|
||||
IncrementPostBroadcast()
|
||||
IncrementPostFileAttachment(count int)
|
||||
|
||||
IncrementHttpRequest()
|
||||
IncrementHttpError()
|
||||
IncrementHTTPRequest()
|
||||
IncrementHTTPError()
|
||||
|
||||
IncrementClusterRequest()
|
||||
ObserveClusterRequestDuration(elapsed float64)
|
||||
|
||||
@@ -92,13 +92,13 @@ func (_m *MetricsInterface) IncrementFilesSearchCounter() {
|
||||
_m.Called()
|
||||
}
|
||||
|
||||
// IncrementHttpError provides a mock function with given fields:
|
||||
func (_m *MetricsInterface) IncrementHttpError() {
|
||||
// IncrementHTTPError provides a mock function with given fields:
|
||||
func (_m *MetricsInterface) IncrementHTTPError() {
|
||||
_m.Called()
|
||||
}
|
||||
|
||||
// IncrementHttpRequest provides a mock function with given fields:
|
||||
func (_m *MetricsInterface) IncrementHttpRequest() {
|
||||
// IncrementHTTPRequest provides a mock function with given fields:
|
||||
func (_m *MetricsInterface) IncrementHTTPRequest() {
|
||||
_m.Called()
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user