mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
GODT-35: New pmapi client and manager using resty
This commit is contained in:
11
pkg/pmapi/manager_metrics.go
Normal file
11
pkg/pmapi/manager_metrics.go
Normal file
@ -0,0 +1,11 @@
|
||||
package pmapi
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
)
|
||||
|
||||
func (m *manager) SendSimpleMetric(context.Context, string, string, string) error {
|
||||
// FIXME(conman): Implement.
|
||||
return errors.New("not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user