blob: a13a7e5b48de5e56054b603b4d88d9d92fae76e2 [file] [log] [blame]
// +build OMIT
package sampling
import (
servicepb "foo/bar/service_proto"
)
type SamplingServer struct {
// some fields
}
func (server *SamplingServer) SampleMetrics(sampleRequest *servicepb.Request, sampleResponse *servicepb.Response, latency time.Duration) { // HL
// some code
}