Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + func CasRegisterModel() core.Model + func CasRegisterParser() history.RecordParser + func RegisterModel() core.Model + func RegisterParser() history.RecordParser + type CasOp int + const CasRegisterCAS + const CasRegisterRead + const CasRegisterWrite + type CasRegisterRequest struct + Arg1 int + Arg2 int + Op CasOp + type CasRegisterResponse struct + Exists bool + Ok bool + Unknown bool + Value int + func (r CasRegisterResponse) IsUnknown() bool + type Op bool + const RegisterRead + const RegisterWrite + type RegisterRequest struct + Op Op + Value int + type RegisterResponse struct + Unknown bool + Value int + func (r RegisterResponse) IsUnknown() bool