github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/istructsmem/internal/descr/interface_data.go (about)

     1  /*
     2   * Copyright (c) 2021-present Sigma-Soft, Ltd.
     3   * @author: Nikolay Nikitin
     4   */
     5  
     6  package descr
     7  
     8  import "github.com/voedger/voedger/pkg/appdef"
     9  
    10  type Data struct {
    11  	Type
    12  	DataKind    *appdef.DataKind `json:",omitempty"`
    13  	Ancestor    *appdef.QName    `json:",omitempty"`
    14  	Constraints map[string]any   `json:",omitempty"`
    15  }