Added directory to api conversion

This commit is contained in:
Andrey Melnikov
2020-02-27 16:47:05 -08:00
parent e65fe291c2
commit 93fdaed526

View File

@@ -448,6 +448,7 @@ func (s *WorkflowServer) ListFiles(ctx context.Context, req *api.ListFilesReques
apiFiles[i] = &api.File{
Path: file.Path,
Name: file.Name,
Directory: file.Directory,
Size: file.Size,
ContentType: file.ContentType,
LastModified: file.LastModified.UTC().Format(time.RFC3339),