package models // SQLNamer interface for types that can provide a normalized sql name type SQLNamer interface { SQLName() string }