X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftypes.go;h=164e80167ba8216d3722131a8cf5c06d7a3f83c8;hb=refs%2Fchanges%2F06%2F2306%2F1;hp=d0c7fb8948487fd6f7bb2c04e21bd090c372ac4e;hpb=422d018f94aedd9f4c001176b5ff06c786de28eb;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/types.go b/pkg/control/types.go index d0c7fb8..164e801 100644 --- a/pkg/control/types.go +++ b/pkg/control/types.go @@ -152,7 +152,7 @@ type Action int func (act Action) String() string { actions := [...]string{ "CREATE", - "MERGE", + "UPDATE", "NONE", "DELETE", }