Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-julialib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-julialib
Commits
e74fc831
Commit
e74fc831
authored
3 years ago
by
Alexander Kreft
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: fix docstring
parent
70929c84
No related branches found
No related tags found
1 merge request
!10
f conveniencence
Pipeline
#12724
passed
3 years ago
Stage: info
Stage: code-style
Stage: setup
Stage: test
Stage: deploy
Pipeline: CaosDB Julia Integration Tests
#12725
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Entity.jl
+3
-2
3 additions, 2 deletions
src/Entity.jl
with
3 additions
and
2 deletions
src/Entity.jl
+
3
−
2
View file @
e74fc831
...
@@ -350,9 +350,10 @@ function create_property(;
...
@@ -350,9 +350,10 @@ function create_property(;
end
end
"""
"""
function create_file_entity(;
function create_file_entity(;
name::AbstractString = "",
local_path::AbstractString,
local_path::AbstractString,
remote_path::AbstractString)
remote_path::AbstractString,
name::AbstractString = "",
)
Return a new entity object with role File.
Return a new entity object with role File.
`local_path` is the path of the file on the local file system. An exception is
`local_path` is the path of the file on the local file system. An exception is
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment