gitlab.com/evatix-go/core@v1.3.55/coredata/corejson/KeyAny.go (about)

     1  package corejson
     2  
     3  type KeyAny struct {
     4  	Key    string
     5  	AnyInf interface{}
     6  }