SetEndIP sets the "end_ip" field.
(i int64)
| 6595 | |
| 6596 | // SetEndIP sets the "end_ip" field. |
| 6597 | func (m *DecisionMutation) SetEndIP(i int64) { |
| 6598 | m.end_ip = &i |
| 6599 | m.addend_ip = nil |
| 6600 | } |
| 6601 | |
| 6602 | // EndIP returns the value of the "end_ip" field in the mutation. |
| 6603 | func (m *DecisionMutation) EndIP() (r int64, exists bool) { |
no outgoing calls