Documentation
¶
Index ¶
- type Overviews
- func (self *Overviews) Create(userOverview *t.UserOverview) error
- func (self *Overviews) Delete(id t.UserOverviewId) error
- func (self *Overviews) Find(id t.UserOverviewId) (t.UserOverview, error)
- func (self *Overviews) FindAll(status t.UserOverviewStatus) (t.UserOverviews, error)
- func (self *Overviews) FindAllActive() (t.UserOverviews, error)
- func (self *Overviews) FindAllByOverviewId(overviewId t.OverviewId) (t.UserOverviews, error)
- func (self *Overviews) FindMulti(ids t.UserOverviewIds) (t.UserOverviews, error)
- func (self *Overviews) Update(userOverview t.UserOverview) (t.UserOverview, error)
- type Storage
- func (self *Storage) Delete(id t.UserOverviewId) error
- func (self *Storage) Find(id t.UserOverviewId) (t.UserOverview, error)
- func (self *Storage) FindAllActive() (t.UserOverviews, error)
- func (self *Storage) FindAllByOverviewId(overviewId t.OverviewId) (t.UserOverviews, error)
- func (self *Storage) FindAllByStatus(status t.UserOverviewStatus) (t.UserOverviews, error)
- func (self *Storage) FindMulti(ids t.UserOverviewIds) (t.UserOverviews, error)
- func (self *Storage) Save(userOverview *t.UserOverview) error
- func (self *Storage) Update(userOverview t.UserOverview) (t.UserOverview, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Overviews ¶
func NewOverviews ¶
func (*Overviews) Find ¶
func (self *Overviews) Find(id t.UserOverviewId) (t.UserOverview, error)
func (*Overviews) FindAll ¶
func (self *Overviews) FindAll(status t.UserOverviewStatus) (t.UserOverviews, error)
func (*Overviews) FindAllActive ¶
func (self *Overviews) FindAllActive() (t.UserOverviews, error)
func (*Overviews) FindAllByOverviewId ¶
func (self *Overviews) FindAllByOverviewId(overviewId t.OverviewId) (t.UserOverviews, error)
func (*Overviews) FindMulti ¶
func (self *Overviews) FindMulti(ids t.UserOverviewIds) (t.UserOverviews, error)
func (*Overviews) Update ¶
func (self *Overviews) Update(userOverview t.UserOverview) (t.UserOverview, error)
type Storage ¶
type Storage struct { AppEngineContext appengine.Context // contains filtered or unexported fields }
func NewStorage ¶
func (*Storage) Find ¶
func (self *Storage) Find(id t.UserOverviewId) (t.UserOverview, error)
func (*Storage) FindAllActive ¶
func (self *Storage) FindAllActive() (t.UserOverviews, error)
func (*Storage) FindAllByOverviewId ¶
func (self *Storage) FindAllByOverviewId(overviewId t.OverviewId) (t.UserOverviews, error)
func (*Storage) FindAllByStatus ¶
func (self *Storage) FindAllByStatus(status t.UserOverviewStatus) (t.UserOverviews, error)
func (*Storage) FindMulti ¶
func (self *Storage) FindMulti(ids t.UserOverviewIds) (t.UserOverviews, error)
func (*Storage) Update ¶
func (self *Storage) Update(userOverview t.UserOverview) (t.UserOverview, error)
Click to show internal directories.
Click to hide internal directories.