Remove unused GetEntry method, DataUnmarshaler struct and UnmarshalData method

This commit is contained in:
M. Mert Yildiran
2022-03-04 19:04:55 +03:00
parent b1b7462427
commit 0d4c65d19e
2 changed files with 0 additions and 19 deletions
-4
View File
@@ -12,10 +12,6 @@ import (
"github.com/up9inc/mizu/tap"
)
func GetEntry(r *tapApi.Entry, v tapApi.DataUnmarshaler) error {
return v.UnmarshalData(r)
}
type TapConfig struct {
TappedNamespaces map[string]bool `json:"tappedNamespaces"`
}