Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + var ErrIntOverflowMysqlxExpect = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthMysqlxExpect = fmt.Errorf("proto: negative length found during unmarshaling") + var Open_Condition_ConditionOperation_name = map[int32]string + var Open_Condition_ConditionOperation_value = map[string]int32 + var Open_CtxOperation_name = map[int32]string + var Open_CtxOperation_value = map[string]int32 + type Close struct + XXX_unrecognized []byte + func (*Close) Descriptor() ([]byte, []int) + func (*Close) ProtoMessage() + func (m *Close) Marshal() (dAtA []byte, err error) + func (m *Close) MarshalTo(dAtA []byte) (int, error) + func (m *Close) Reset() + func (m *Close) Size() (n int) + func (m *Close) String() string + func (m *Close) Unmarshal(dAtA []byte) error + type Open struct + Cond []*Open_Condition + Op *Open_CtxOperation + XXX_unrecognized []byte + func (*Open) Descriptor() ([]byte, []int) + func (*Open) ProtoMessage() + func (m *Open) GetCond() []*Open_Condition + func (m *Open) GetOp() Open_CtxOperation + func (m *Open) Marshal() (dAtA []byte, err error) + func (m *Open) MarshalTo(dAtA []byte) (int, error) + func (m *Open) Reset() + func (m *Open) Size() (n int) + func (m *Open) String() string + func (m *Open) Unmarshal(dAtA []byte) error + type Open_Condition struct + ConditionKey *uint32 + ConditionValue []byte + Op *Open_Condition_ConditionOperation + XXX_unrecognized []byte + func (*Open_Condition) Descriptor() ([]byte, []int) + func (*Open_Condition) ProtoMessage() + func (m *Open_Condition) GetConditionKey() uint32 + func (m *Open_Condition) GetConditionValue() []byte + func (m *Open_Condition) GetOp() Open_Condition_ConditionOperation + func (m *Open_Condition) Marshal() (dAtA []byte, err error) + func (m *Open_Condition) MarshalTo(dAtA []byte) (int, error) + func (m *Open_Condition) Reset() + func (m *Open_Condition) Size() (n int) + func (m *Open_Condition) String() string + func (m *Open_Condition) Unmarshal(dAtA []byte) error + type Open_Condition_ConditionOperation int32 + const Default_Open_Condition_Op + const Open_Condition_EXPECT_OP_SET + const Open_Condition_EXPECT_OP_UNSET + func (Open_Condition_ConditionOperation) EnumDescriptor() ([]byte, []int) + func (x *Open_Condition_ConditionOperation) UnmarshalJSON(data []byte) error + func (x Open_Condition_ConditionOperation) Enum() *Open_Condition_ConditionOperation + func (x Open_Condition_ConditionOperation) String() string + type Open_CtxOperation int32 + const Default_Open_Op + const Open_EXPECT_CTX_COPY_PREV + const Open_EXPECT_CTX_EMPTY + func (Open_CtxOperation) EnumDescriptor() ([]byte, []int) + func (x *Open_CtxOperation) UnmarshalJSON(data []byte) error + func (x Open_CtxOperation) Enum() *Open_CtxOperation + func (x Open_CtxOperation) String() string