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

     1  package corejson
     2  
     3  type JsonParseSelfInjector interface {
     4  	JsonParseSelfInject(jsonResult *Result) error
     5  }