github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/exttinygo/internal/impl.go (about) 1 /* 2 - Copyright (c) 2023-present unTill Software Development Group B.V. 3 @author Michael Saigachenko 4 */ 5 6 package internal 7 8 import safe "github.com/voedger/voedger/pkg/state/isafestateapi" 9 10 var SafeStateAPI safe.IStateSafeAPI = hostSafeStateAPI{}