mirror of https://github.com/hashicorp/consul
6 lines
65 B
Go
6 lines
65 B
Go
|
package client
|
||
|
|
||
|
type MockMetricsClient struct {
|
||
|
MetricsClient
|
||
|
}
|