SetFileID sets the "file_id" field.
(i int)
| 1252 | |
| 1253 | // SetFileID sets the "file_id" field. |
| 1254 | func (m *DirectLinkMutation) SetFileID(i int) { |
| 1255 | m.file = &i |
| 1256 | } |
| 1257 | |
| 1258 | // FileID returns the value of the "file_id" field in the mutation. |
| 1259 | func (m *DirectLinkMutation) FileID() (r int, exists bool) { |