Versions in this module Expand all Collapse all v0 v0.0.1 Jul 30, 2018 Changes in this version + type Module struct + CreatedAt time.Time + ID uuid.UUID + Info []byte + Mod []byte + Module string + UpdatedAt time.Time + Version string + Zip []byte + func (m *Module) Validate(tx *pop.Connection) (*validate.Errors, error) + func (m *Module) ValidateCreate(tx *pop.Connection) (*validate.Errors, error) + func (m *Module) ValidateUpdate(tx *pop.Connection) (*validate.Errors, error) + func (m Module) String() string + type Modules []Module + func (m Modules) String() string