jfrog-client-go
jfrog-client-go copied to clipboard
CreateFolder function is missing
Describe the bug
According to documentation: https://jfrog.com/help/r/jfrog-rest-apis/create-directory there should be a function that actually create folder but currently it is missing
Current behavior
Functionality is missing
Reproduction steps
Create new GO default application and make a reference to jfrog-client-go
. There a very strange errors in the beginning and some additional packages should be added (?) because of missing go.sum files (?) .
Currently my app reference those packages:
github.com/jfrog/build-info-go v1.9.12 // indirect
github.com/jfrog/gofrog v1.3.0 // indirect
github.com/jfrog/jfrog-client-go v1.34.0 // indirect
It seems that actual logic does exist (?) at least here: https://github.com/jfrog/jfrog-client-go/blob/96849388c8c49ee23518d6228c16c3b0c72baac7/artifactory/services/upload.go#L745
Expected behavior
I guess CreateFolder
function should exist in jfrog-client-go
as for example: FolderInfo
.
Actually I see that all Deploy
kinda functions is also missing...
JFrog Client-Go version
1.34.0
JFrog CLI version (if applicable)
No response
Operating system type and version
Windows 10
JFrog Artifactory version
No response
JFrog Xray version
No response