Files
EdgeAPI/internal/setup/sql_records_table.go

7 lines
91 B
Go
Raw Normal View History

2020-11-16 23:30:47 +08:00
package setup
type SQLRecordsTable struct {
TableName string
UniqueFields []string
}