github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/sys/builtin/types.go (about)

     1  /*
     2   * Copyright (c) 2022-present unTill Pro, Ltd.
     3   */
     4  
     5  package builtin
     6  
     7  import "github.com/voedger/voedger/pkg/istructs"
     8  
     9  type echoRR struct {
    10  	istructs.NullObject
    11  	text string
    12  }