From 72283e6c16cfc7c46359bf6a20cf939e85a7a267 Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Wed, 25 Sep 2024 11:25:03 -0400 Subject: [PATCH] . Signed-off-by: Keran Yang --- pkg/info/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/info/types.go b/pkg/info/types.go index 50d92543..92fe546b 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -15,6 +15,8 @@ const ( type ContainerType string +// the string content matches the corresponding server info file name. +// DO NOT change it unless the server info file name is changed. const ( Sourcer ContainerType = "sourcer" Sourcetransformer ContainerType = "sourcetransformer"