Files
mostlymatter/server/public/shared/mlog/metrics.go
2023-11-23 10:30:08 +01:00

12 строки
224 B
Go

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
package mlog
import (
"github.com/mattermost/logr/v2"
)
type Gauge = logr.Gauge
type Counter = logr.Counter