gitlab.com/evatix-go/core@v1.3.55/coredata/corestr/SimpleStringOnceModel.go (about) 1 package corestr 2 3 type SimpleStringOnceModel struct { 4 Value string 5 IsInitialize bool 6 }