type testTransformer … func (t *testTransformer) TransformFromStorage(ctx context.Context, data []byte, dataCtx Context) (out []byte, stale bool, err error) { … } func (t *testTransformer) TransformToStorage(ctx context.Context, data []byte, dataCtx Context) (out []byte, err error) { … } func TestPrefixFrom(t *testing.T) { … } func TestPrefixTo(t *testing.T) { … } func TestPrefixFromMetrics(t *testing.T) { … } func TestPrefixToMetrics(t *testing.T) { … } func TestLogTransformErr(t *testing.T) { … } func testContext(t *testing.T) context.Context { … }