Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3io-go: added OosRun interface #67

Merged
merged 1 commit into from
Jun 9, 2020
Merged

v3io-go: added OosRun interface #67

merged 1 commit into from
Jun 9, 2020

Conversation

eyalsol
Copy link
Contributor

@eyalsol eyalsol commented Jun 7, 2020

Signed-off-by: Eyal Salomon eyals@iguazio.com

@eyalsol eyalsol requested a review from pavius June 7, 2020 09:01
//

// PutOosObject
PutOosObject(*PutOosObjectInput, interface{}, chan *Response) (*Request, error)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace Oos with OOS, as per Go conventions for abbreviations

type PutOosObjectInput struct {
DataPlaneInput
Path string
SliceId int
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SliceID (some linters will fail this)

pkg/dataplane/http/context.go Show resolved Hide resolved
Signed-off-by: Eyal Salomon <eyals@iguazio.com>
@pavius pavius merged commit c9101a8 into v3io:development Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants