Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Add RO mode compatibilty #137

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions zk/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,15 @@ type connectRequest struct {
TimeOut int32
SessionID int64
Passwd []byte
RO bool
}

type connectResponse struct {
ProtocolVersion int32
TimeOut int32
SessionID int64
Passwd []byte
RO bool
}

type CreateRequest struct {
Expand Down