Versions in this module Expand all Collapse all v0 v0.0.1 Aug 12, 2021 Changes in this version + var Certificates = &certificatesService + var Validate *validator.Validate + func Setup(cfg *Config) (err error) + type Certificate struct + DeviceSerial string + ExpiresAt time.Time + Raw string + SerialNumber string + Username string + type Config struct + Automigrate bool + Driver string + URL string + type Model struct + CreatedAt time.Time + DeletedAt *time.Time + ID uuid.UUID + UpdatedAt time.Time + func (*Model) BeforeCreate(scope *gorm.Scope) error