Path returns the location the fileInput was created
()
| 56 | |
| 57 | // Path returns the location the fileInput was created |
| 58 | func (d FileInput) Path() string { |
| 59 | return string(d.FileSource) |
| 60 | } |
| 61 | |
| 62 | func (d *FileInput) base() (entity.Entity, error) { |
| 63 | objects, err := d.Objects() |
no outgoing calls