SetStartIP sets the "start_ip" field.
(i int64)
| 6525 | |
| 6526 | // SetStartIP sets the "start_ip" field. |
| 6527 | func (m *DecisionMutation) SetStartIP(i int64) { |
| 6528 | m.start_ip = &i |
| 6529 | m.addstart_ip = nil |
| 6530 | } |
| 6531 | |
| 6532 | // StartIP returns the value of the "start_ip" field in the mutation. |
| 6533 | func (m *DecisionMutation) StartIP() (r int64, exists bool) { |
no outgoing calls