creader 03/3103/1
authorIrina <ib565x@intl.att.com>
Wed, 1 Apr 2020 21:17:09 +0000 (00:17 +0300)
committerIrina <ib565x@intl.att.com>
Wed, 1 Apr 2020 21:17:18 +0000 (00:17 +0300)
Change-Id: I4ab5d28bbc215c274a2b61bfb6e147e7a6b4fbe1
Signed-off-by: Irina <ib565x@intl.att.com>
creader/rNibReader_c.go

index 6952a4b..2401089 100644 (file)
@@ -20,14 +20,14 @@ type response struct {
        ErrorMsg string                 `json:"error_msg,omitempty"`
 }
 
-//export open
-func open() {
+//export openSdl
+func openSdl() {
        sdl = sdlgo.NewSdlInstance("e2Manager", sdlgo.NewDatabase())
        instance = reader.GetRNibReader(sdl)
 }
 
-//export close
-func close() {
+//export closeSdl
+func closeSdl() {
        _ = sdl.Close()
 }