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

     1  package corejson
     2  
     3  type KeyWithResult struct {
     4  	Key    string
     5  	Result Result
     6  }