github.com/racerxdl/gonx@v0.0.0-20210103083128-c5afc43bcbd2/nx/nxtypes/results.go (about)

     1  package nxtypes
     2  
     3  // Predefined Results
     4  const (
     5  	ResultOK = 0
     6  )