Versions in this module Expand all Collapse all v1 v1.2.0 Sep 26, 2018 Changes in this version + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func Cert(filename string) string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type SpyGaugeMetric struct + func (s *SpyGaugeMetric) Decrement(c float64) + func (s *SpyGaugeMetric) Increment(c float64) + func (s *SpyGaugeMetric) Set(c float64) + type SpyMetric struct + func (s *SpyMetric) Delta() uint64 + func (s *SpyMetric) Emit(c pulseemitter.LogClient) + func (s *SpyMetric) GaugeValue() float64 + func (s *SpyMetric) Increment(c uint64) + type SpyMetricClient struct + func NewMetricClient() *SpyMetricClient + func (s *SpyMetricClient) GetMetric(name string) TestMetric + func (s *SpyMetricClient) NewCounterMetric(name string, opts ...pulseemitter.MetricOption) pulseemitter.CounterMetric + type TestMetric interface + Delta func() uint64 + GaugeValue func() float64 Incompatible versions in this module v2.0.0+incompatible Oct 3, 2019