Documentation ¶
Index ¶
- func Create(userID, ownerID, ownerType, name, category string) (entrySum *dao.EntrySum, err error)
- func Find(EntryID uuid.UUID, IsDeleted bool) (entry *dao.Entry, err error)
- func FindByOwnerID(userID, ownerID, ownerType string, IsDeleted bool) (entries []*dao.EntrySum, err error)
- func Update(userID string, EntryID uuid.UUID, changes map[string]interface{}) (entrySum *dao.EntrySum, err error)
- func UpdateDeleted(userID string, EntryID uuid.UUID, isDeleted bool) (entrySum *dao.EntrySum, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindByOwnerID ¶
func FindByOwnerID(userID, ownerID, ownerType string, IsDeleted bool) ( entries []*dao.EntrySum, err error)
FindByOwnerID ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.