SetFileURL sets the "file_url" field.
(s string)
| 10070 | |
| 10071 | // SetFileURL sets the "file_url" field. |
| 10072 | func (m *StorageFileMutation) SetFileURL(s string) { |
| 10073 | m.file_url = &s |
| 10074 | } |
| 10075 | |
| 10076 | // FileURL returns the value of the "file_url" field in the mutation. |
| 10077 | func (m *StorageFileMutation) FileURL() (r string, exists bool) { |
no outgoing calls
no test coverage detected