// SPDX-License-Identifier: GPL-2.0-only// Contains the model of a package mask entrypackagemodelsimport"time"typeMaskstruct{Versionsstring`pg:",pk"`AuthorstringAuthorEmailstringDatetime.TimeReasonstring}typeMaskToVersionstruct{Idstring`pg:",pk"`MaskVersionsstringVersionIdstring}