Versions in this module Expand all Collapse all v0 v0.0.1 May 7, 2017 Changes in this version + type Model struct + Code string + CreatedAt time.Time + ID uint + Lang string + Message string + UpdatedAt time.Time + func (Model) TableName() string + type Store struct + Db *gorm.DB + func (p *Store) All(lang string) (map[string]string, error) + func (p *Store) Del(lang, code string) error + func (p *Store) Get(lang, code string) (string, error) + func (p *Store) Languages() ([]string, error) + func (p *Store) Set(lang, code, message string, override bool) error