Skip to content
Snippets Groups Projects
Configuration.go 102 B
package sqlite

type SQLiteTables struct {
	Severities string
	Senders    string
	Log        string
}