SetFileID sets the "file_id" field.
(i int)
| 6706 | |
| 6707 | // SetFileID sets the "file_id" field. |
| 6708 | func (m *MetadataMutation) SetFileID(i int) { |
| 6709 | m.file = &i |
| 6710 | } |
| 6711 | |
| 6712 | // FileID returns the value of the "file_id" field in the mutation. |
| 6713 | func (m *MetadataMutation) FileID() (r int, exists bool) { |