Versions in this module Expand all Collapse all v0 v0.1.6 Dec 28, 2020 v0.1.5 Sep 23, 2020 v0.1.4 Jul 28, 2020 v0.1.3 Jul 23, 2020 v0.1.2 Jul 14, 2020 v0.1.1 Jul 11, 2020 v0.1.0 Jul 6, 2020 Changes in this version + type AuthorEL struct + Id int32 + Name string + Rel *entity.Collection + func (a *AuthorEL) D3Token() entity.MetaToken + type AuthorLL struct + ID int32 + Name string + func (a *AuthorLL) D3Token() entity.MetaToken + type BookEL struct + Id int32 + Name string + Rel *entity.Collection + func (b *BookEL) D3Token() entity.MetaToken + type BookER struct + Discounts *entity.Collection + Id int32 + Name string + func (b *BookER) D3Token() entity.MetaToken + type BookLL struct + Authors *entity.Collection + ID int32 + Name string + func (b *BookLL) D3Token() entity.MetaToken + type BookLR struct + Id int32 + Name string + func (b *BookLR) D3Token() entity.MetaToken + type DiscountER struct + Id int32 + Value int32 + func (d *DiscountER) D3Token() entity.MetaToken + type PhotoLL struct + Data string + ID int32 + func (p *PhotoLL) D3Token() entity.MetaToken + type ProfileLL struct + Data string + ID int32 + Photo *entity.Cell + func (p *ProfileLL) D3Token() entity.MetaToken + type Redactor struct + Id int32 + Name string + func (r *Redactor) D3Token() entity.MetaToken + type ShopEL struct + Data string + Id int32 + Profile *entity.Cell + func (s *ShopEL) D3Token() entity.MetaToken + type ShopER struct + Books *entity.Collection + Id int32 + Name string + func (s *ShopER) D3Token() entity.MetaToken + type ShopLL struct + Data string + ID sql.NullInt32 + Profile *entity.Cell + func (s *ShopLL) D3Token() entity.MetaToken + type ShopLR struct + Books *entity.Collection + Id int32 + Name string + func (s *ShopLR) D3Token() entity.MetaToken