()
| 109 | } |
| 110 | |
| 111 | func (m *Relationship) Update() error { |
| 112 | o := orm.NewOrm() |
| 113 | _, err := o.Update(m) |
| 114 | return err |
| 115 | } |
| 116 | |
| 117 | func (m *Relationship) DeleteByBookIdAndMemberId(bookId, memberId int) error { |
| 118 | o := orm.NewOrm() |
no outgoing calls
no test coverage detected