github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/sys/describe/types.go (about) 1 /* 2 * Copyright (c) 2020-present unTill Pro, Ltd. 3 */ 4 5 package describe 6 7 import "github.com/voedger/voedger/pkg/istructs" 8 9 type result struct { 10 istructs.NullObject 11 res string 12 }