renamed standalone route to config route (#586)

This commit is contained in:
RoyUP9
2022-01-04 18:46:03 +02:00
committed by GitHub
parent dbc18b9648
commit bf68689212
4 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ func GetEntry(r *tapApi.MizuEntry, v tapApi.DataUnmarshaler) error {
return v.UnmarshalData(r)
}
type StandaloneTapConfig struct {
type TapConfig struct {
TappedNamespaces map[string]bool `json:"tappedNamespaces"`
}