SetFilePath sets the "file_path" field.
(s string)
| 9998 | |
| 9999 | // SetFilePath sets the "file_path" field. |
| 10000 | func (m *StorageFileMutation) SetFilePath(s string) { |
| 10001 | m.file_path = &s |
| 10002 | } |
| 10003 | |
| 10004 | // FilePath returns the value of the "file_path" field in the mutation. |
| 10005 | func (m *StorageFileMutation) FilePath() (r string, exists bool) { |
no outgoing calls
no test coverage detected