X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;h=d0a98abb65204d764f0c207f92260eb519fbaeb0;hb=dbb88b9d7b2cfcffd017c44ddc234c5cd364fa6f;hp=b6dfcd53f8943ffb09d4b76efbc2b64fed723857;hpb=eb2ff0d217caf158dd15424bf70f8aa79c3742b1;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index b6dfcd5..d0a98ab 100644 --- a/pkg/sbi/types.go +++ b/pkg/sbi/types.go @@ -26,15 +26,15 @@ package sbi import "routing-manager/pkg/rtmgr" -type SbiEngineConfig struct { +type EngineConfig struct { Name string Version string Protocol string - Instance SbiEngine + Instance Engine IsAvailable bool } -type SbiEngine interface { +type Engine interface { Initialize(string) error Terminate() error DistributeAll(*[]string) error