github.com/safing/portbase@v0.19.5/database/record/record_test.go (about) 1 package record 2 3 import ( 4 "sync" 5 ) 6 7 type TestRecord struct { 8 Base 9 sync.Mutex 10 }