v1

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthAdmin        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowAdmin          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupAdmin = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthResources        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowResources          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupResources = fmt.Errorf("proto: unexpected end of group")
)
View Source
var (
	ErrInvalidLengthYorkie        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowYorkie          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupYorkie = fmt.Errorf("proto: unexpected end of group")
)
View Source
var DocEventType_name = map[int32]string{
	0: "DOC_EVENT_TYPE_DOCUMENTS_CHANGED",
	1: "DOC_EVENT_TYPE_DOCUMENTS_WATCHED",
	2: "DOC_EVENT_TYPE_DOCUMENTS_UNWATCHED",
	3: "DOC_EVENT_TYPE_PRESENCE_CHANGED",
}
View Source
var DocEventType_value = map[string]int32{
	"DOC_EVENT_TYPE_DOCUMENTS_CHANGED":   0,
	"DOC_EVENT_TYPE_DOCUMENTS_WATCHED":   1,
	"DOC_EVENT_TYPE_DOCUMENTS_UNWATCHED": 2,
	"DOC_EVENT_TYPE_PRESENCE_CHANGED":    3,
}
View Source
var ValueType_name = map[int32]string{
	0:  "VALUE_TYPE_NULL",
	1:  "VALUE_TYPE_BOOLEAN",
	2:  "VALUE_TYPE_INTEGER",
	3:  "VALUE_TYPE_LONG",
	4:  "VALUE_TYPE_DOUBLE",
	5:  "VALUE_TYPE_STRING",
	6:  "VALUE_TYPE_BYTES",
	7:  "VALUE_TYPE_DATE",
	8:  "VALUE_TYPE_JSON_OBJECT",
	9:  "VALUE_TYPE_JSON_ARRAY",
	10: "VALUE_TYPE_TEXT",
	11: "VALUE_TYPE_INTEGER_CNT",
	12: "VALUE_TYPE_LONG_CNT",
	13: "VALUE_TYPE_TREE",
}
View Source
var ValueType_value = map[string]int32{
	"VALUE_TYPE_NULL":        0,
	"VALUE_TYPE_BOOLEAN":     1,
	"VALUE_TYPE_INTEGER":     2,
	"VALUE_TYPE_LONG":        3,
	"VALUE_TYPE_DOUBLE":      4,
	"VALUE_TYPE_STRING":      5,
	"VALUE_TYPE_BYTES":       6,
	"VALUE_TYPE_DATE":        7,
	"VALUE_TYPE_JSON_OBJECT": 8,
	"VALUE_TYPE_JSON_ARRAY":  9,
	"VALUE_TYPE_TEXT":        10,
	"VALUE_TYPE_INTEGER_CNT": 11,
	"VALUE_TYPE_LONG_CNT":    12,
	"VALUE_TYPE_TREE":        13,
}

Functions

func RegisterAdminServiceServer

func RegisterAdminServiceServer(s *grpc.Server, srv AdminServiceServer)

func RegisterYorkieServiceServer

func RegisterYorkieServiceServer(s *grpc.Server, srv YorkieServiceServer)

Types

type ActivateClientRequest

type ActivateClientRequest struct {
	ClientKey            string   `protobuf:"bytes,1,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateClientRequest) Descriptor

func (*ActivateClientRequest) Descriptor() ([]byte, []int)

func (*ActivateClientRequest) GetClientKey

func (m *ActivateClientRequest) GetClientKey() string

func (*ActivateClientRequest) Marshal

func (m *ActivateClientRequest) Marshal() (dAtA []byte, err error)

func (*ActivateClientRequest) MarshalTo

func (m *ActivateClientRequest) MarshalTo(dAtA []byte) (int, error)

func (*ActivateClientRequest) MarshalToSizedBuffer

func (m *ActivateClientRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivateClientRequest) ProtoMessage

func (*ActivateClientRequest) ProtoMessage()

func (*ActivateClientRequest) Reset

func (m *ActivateClientRequest) Reset()

func (*ActivateClientRequest) Size

func (m *ActivateClientRequest) Size() (n int)

func (*ActivateClientRequest) String

func (m *ActivateClientRequest) String() string

func (*ActivateClientRequest) Unmarshal

func (m *ActivateClientRequest) Unmarshal(dAtA []byte) error

func (*ActivateClientRequest) XXX_DiscardUnknown

func (m *ActivateClientRequest) XXX_DiscardUnknown()

func (*ActivateClientRequest) XXX_Marshal

func (m *ActivateClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivateClientRequest) XXX_Merge

func (m *ActivateClientRequest) XXX_Merge(src proto.Message)

func (*ActivateClientRequest) XXX_Size

func (m *ActivateClientRequest) XXX_Size() int

func (*ActivateClientRequest) XXX_Unmarshal

func (m *ActivateClientRequest) XXX_Unmarshal(b []byte) error

type ActivateClientResponse

type ActivateClientResponse struct {
	ClientKey            string   `protobuf:"bytes,1,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	ClientId             []byte   `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateClientResponse) Descriptor

func (*ActivateClientResponse) Descriptor() ([]byte, []int)

func (*ActivateClientResponse) GetClientId

func (m *ActivateClientResponse) GetClientId() []byte

func (*ActivateClientResponse) GetClientKey

func (m *ActivateClientResponse) GetClientKey() string

func (*ActivateClientResponse) Marshal

func (m *ActivateClientResponse) Marshal() (dAtA []byte, err error)

func (*ActivateClientResponse) MarshalTo

func (m *ActivateClientResponse) MarshalTo(dAtA []byte) (int, error)

func (*ActivateClientResponse) MarshalToSizedBuffer

func (m *ActivateClientResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ActivateClientResponse) ProtoMessage

func (*ActivateClientResponse) ProtoMessage()

func (*ActivateClientResponse) Reset

func (m *ActivateClientResponse) Reset()

func (*ActivateClientResponse) Size

func (m *ActivateClientResponse) Size() (n int)

func (*ActivateClientResponse) String

func (m *ActivateClientResponse) String() string

func (*ActivateClientResponse) Unmarshal

func (m *ActivateClientResponse) Unmarshal(dAtA []byte) error

func (*ActivateClientResponse) XXX_DiscardUnknown

func (m *ActivateClientResponse) XXX_DiscardUnknown()

func (*ActivateClientResponse) XXX_Marshal

func (m *ActivateClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ActivateClientResponse) XXX_Merge

func (m *ActivateClientResponse) XXX_Merge(src proto.Message)

func (*ActivateClientResponse) XXX_Size

func (m *ActivateClientResponse) XXX_Size() int

func (*ActivateClientResponse) XXX_Unmarshal

func (m *ActivateClientResponse) XXX_Unmarshal(b []byte) error

type AdminServiceClient

AdminServiceClient is the client API for AdminService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAdminServiceClient

func NewAdminServiceClient(cc *grpc.ClientConn) AdminServiceClient

type AttachDocumentRequest

type AttachDocumentRequest struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,2,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*AttachDocumentRequest) Descriptor

func (*AttachDocumentRequest) Descriptor() ([]byte, []int)

func (*AttachDocumentRequest) GetChangePack

func (m *AttachDocumentRequest) GetChangePack() *ChangePack

func (*AttachDocumentRequest) GetClientId

func (m *AttachDocumentRequest) GetClientId() []byte

func (*AttachDocumentRequest) Marshal

func (m *AttachDocumentRequest) Marshal() (dAtA []byte, err error)

func (*AttachDocumentRequest) MarshalTo

func (m *AttachDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*AttachDocumentRequest) MarshalToSizedBuffer

func (m *AttachDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttachDocumentRequest) ProtoMessage

func (*AttachDocumentRequest) ProtoMessage()

func (*AttachDocumentRequest) Reset

func (m *AttachDocumentRequest) Reset()

func (*AttachDocumentRequest) Size

func (m *AttachDocumentRequest) Size() (n int)

func (*AttachDocumentRequest) String

func (m *AttachDocumentRequest) String() string

func (*AttachDocumentRequest) Unmarshal

func (m *AttachDocumentRequest) Unmarshal(dAtA []byte) error

func (*AttachDocumentRequest) XXX_DiscardUnknown

func (m *AttachDocumentRequest) XXX_DiscardUnknown()

func (*AttachDocumentRequest) XXX_Marshal

func (m *AttachDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttachDocumentRequest) XXX_Merge

func (m *AttachDocumentRequest) XXX_Merge(src proto.Message)

func (*AttachDocumentRequest) XXX_Size

func (m *AttachDocumentRequest) XXX_Size() int

func (*AttachDocumentRequest) XXX_Unmarshal

func (m *AttachDocumentRequest) XXX_Unmarshal(b []byte) error

type AttachDocumentResponse

type AttachDocumentResponse struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	DocumentId           string      `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,3,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*AttachDocumentResponse) Descriptor

func (*AttachDocumentResponse) Descriptor() ([]byte, []int)

func (*AttachDocumentResponse) GetChangePack

func (m *AttachDocumentResponse) GetChangePack() *ChangePack

func (*AttachDocumentResponse) GetClientId

func (m *AttachDocumentResponse) GetClientId() []byte

func (*AttachDocumentResponse) GetDocumentId added in v0.3.3

func (m *AttachDocumentResponse) GetDocumentId() string

func (*AttachDocumentResponse) Marshal

func (m *AttachDocumentResponse) Marshal() (dAtA []byte, err error)

func (*AttachDocumentResponse) MarshalTo

func (m *AttachDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*AttachDocumentResponse) MarshalToSizedBuffer

func (m *AttachDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AttachDocumentResponse) ProtoMessage

func (*AttachDocumentResponse) ProtoMessage()

func (*AttachDocumentResponse) Reset

func (m *AttachDocumentResponse) Reset()

func (*AttachDocumentResponse) Size

func (m *AttachDocumentResponse) Size() (n int)

func (*AttachDocumentResponse) String

func (m *AttachDocumentResponse) String() string

func (*AttachDocumentResponse) Unmarshal

func (m *AttachDocumentResponse) Unmarshal(dAtA []byte) error

func (*AttachDocumentResponse) XXX_DiscardUnknown

func (m *AttachDocumentResponse) XXX_DiscardUnknown()

func (*AttachDocumentResponse) XXX_Marshal

func (m *AttachDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AttachDocumentResponse) XXX_Merge

func (m *AttachDocumentResponse) XXX_Merge(src proto.Message)

func (*AttachDocumentResponse) XXX_Size

func (m *AttachDocumentResponse) XXX_Size() int

func (*AttachDocumentResponse) XXX_Unmarshal

func (m *AttachDocumentResponse) XXX_Unmarshal(b []byte) error

type Change

type Change struct {
	Id                   *ChangeID    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Message              string       `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	Operations           []*Operation `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Change) Descriptor

func (*Change) Descriptor() ([]byte, []int)

func (*Change) GetId

func (m *Change) GetId() *ChangeID

func (*Change) GetMessage

func (m *Change) GetMessage() string

func (*Change) GetOperations

func (m *Change) GetOperations() []*Operation

func (*Change) Marshal

func (m *Change) Marshal() (dAtA []byte, err error)

func (*Change) MarshalTo

func (m *Change) MarshalTo(dAtA []byte) (int, error)

func (*Change) MarshalToSizedBuffer

func (m *Change) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Change) ProtoMessage

func (*Change) ProtoMessage()

func (*Change) Reset

func (m *Change) Reset()

func (*Change) Size

func (m *Change) Size() (n int)

func (*Change) String

func (m *Change) String() string

func (*Change) Unmarshal

func (m *Change) Unmarshal(dAtA []byte) error

func (*Change) XXX_DiscardUnknown

func (m *Change) XXX_DiscardUnknown()

func (*Change) XXX_Marshal

func (m *Change) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Change) XXX_Merge

func (m *Change) XXX_Merge(src proto.Message)

func (*Change) XXX_Size

func (m *Change) XXX_Size() int

func (*Change) XXX_Unmarshal

func (m *Change) XXX_Unmarshal(b []byte) error

type ChangeID

type ChangeID struct {
	ClientSeq            uint32   `protobuf:"varint,1,opt,name=client_seq,json=clientSeq,proto3" json:"client_seq,omitempty"`
	ServerSeq            int64    `protobuf:"varint,2,opt,name=server_seq,json=serverSeq,proto3" json:"server_seq,omitempty"`
	Lamport              int64    `protobuf:"varint,3,opt,name=lamport,proto3" json:"lamport,omitempty"`
	ActorId              []byte   `protobuf:"bytes,4,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ChangeID) Descriptor

func (*ChangeID) Descriptor() ([]byte, []int)

func (*ChangeID) GetActorId

func (m *ChangeID) GetActorId() []byte

func (*ChangeID) GetClientSeq

func (m *ChangeID) GetClientSeq() uint32

func (*ChangeID) GetLamport

func (m *ChangeID) GetLamport() int64

func (*ChangeID) GetServerSeq

func (m *ChangeID) GetServerSeq() int64

func (*ChangeID) Marshal

func (m *ChangeID) Marshal() (dAtA []byte, err error)

func (*ChangeID) MarshalTo

func (m *ChangeID) MarshalTo(dAtA []byte) (int, error)

func (*ChangeID) MarshalToSizedBuffer

func (m *ChangeID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChangeID) ProtoMessage

func (*ChangeID) ProtoMessage()

func (*ChangeID) Reset

func (m *ChangeID) Reset()

func (*ChangeID) Size

func (m *ChangeID) Size() (n int)

func (*ChangeID) String

func (m *ChangeID) String() string

func (*ChangeID) Unmarshal

func (m *ChangeID) Unmarshal(dAtA []byte) error

func (*ChangeID) XXX_DiscardUnknown

func (m *ChangeID) XXX_DiscardUnknown()

func (*ChangeID) XXX_Marshal

func (m *ChangeID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangeID) XXX_Merge

func (m *ChangeID) XXX_Merge(src proto.Message)

func (*ChangeID) XXX_Size

func (m *ChangeID) XXX_Size() int

func (*ChangeID) XXX_Unmarshal

func (m *ChangeID) XXX_Unmarshal(b []byte) error

type ChangePack

type ChangePack struct {
	DocumentKey          string      `protobuf:"bytes,1,opt,name=document_key,json=documentKey,proto3" json:"document_key,omitempty"`
	Checkpoint           *Checkpoint `protobuf:"bytes,2,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	Snapshot             []byte      `protobuf:"bytes,3,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	Changes              []*Change   `protobuf:"bytes,4,rep,name=changes,proto3" json:"changes,omitempty"`
	MinSyncedTicket      *TimeTicket `protobuf:"bytes,5,opt,name=min_synced_ticket,json=minSyncedTicket,proto3" json:"min_synced_ticket,omitempty"`
	IsRemoved            bool        `protobuf:"varint,6,opt,name=is_removed,json=isRemoved,proto3" json:"is_removed,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

ChangePack is a message that contains all changes that occurred in a document. It is used to synchronize changes between clients and servers.

func (*ChangePack) Descriptor

func (*ChangePack) Descriptor() ([]byte, []int)

func (*ChangePack) GetChanges

func (m *ChangePack) GetChanges() []*Change

func (*ChangePack) GetCheckpoint

func (m *ChangePack) GetCheckpoint() *Checkpoint

func (*ChangePack) GetDocumentKey

func (m *ChangePack) GetDocumentKey() string

func (*ChangePack) GetIsRemoved added in v0.3.3

func (m *ChangePack) GetIsRemoved() bool

func (*ChangePack) GetMinSyncedTicket

func (m *ChangePack) GetMinSyncedTicket() *TimeTicket

func (*ChangePack) GetSnapshot

func (m *ChangePack) GetSnapshot() []byte

func (*ChangePack) Marshal

func (m *ChangePack) Marshal() (dAtA []byte, err error)

func (*ChangePack) MarshalTo

func (m *ChangePack) MarshalTo(dAtA []byte) (int, error)

func (*ChangePack) MarshalToSizedBuffer

func (m *ChangePack) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ChangePack) ProtoMessage

func (*ChangePack) ProtoMessage()

func (*ChangePack) Reset

func (m *ChangePack) Reset()

func (*ChangePack) Size

func (m *ChangePack) Size() (n int)

func (*ChangePack) String

func (m *ChangePack) String() string

func (*ChangePack) Unmarshal

func (m *ChangePack) Unmarshal(dAtA []byte) error

func (*ChangePack) XXX_DiscardUnknown

func (m *ChangePack) XXX_DiscardUnknown()

func (*ChangePack) XXX_Marshal

func (m *ChangePack) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ChangePack) XXX_Merge

func (m *ChangePack) XXX_Merge(src proto.Message)

func (*ChangePack) XXX_Size

func (m *ChangePack) XXX_Size() int

func (*ChangePack) XXX_Unmarshal

func (m *ChangePack) XXX_Unmarshal(b []byte) error

type Checkpoint

type Checkpoint struct {
	ServerSeq            int64    `protobuf:"varint,1,opt,name=server_seq,json=serverSeq,proto3" json:"server_seq,omitempty"`
	ClientSeq            uint32   `protobuf:"varint,2,opt,name=client_seq,json=clientSeq,proto3" json:"client_seq,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Checkpoint) Descriptor

func (*Checkpoint) Descriptor() ([]byte, []int)

func (*Checkpoint) GetClientSeq

func (m *Checkpoint) GetClientSeq() uint32

func (*Checkpoint) GetServerSeq

func (m *Checkpoint) GetServerSeq() int64

func (*Checkpoint) Marshal

func (m *Checkpoint) Marshal() (dAtA []byte, err error)

func (*Checkpoint) MarshalTo

func (m *Checkpoint) MarshalTo(dAtA []byte) (int, error)

func (*Checkpoint) MarshalToSizedBuffer

func (m *Checkpoint) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) Reset

func (m *Checkpoint) Reset()

func (*Checkpoint) Size

func (m *Checkpoint) Size() (n int)

func (*Checkpoint) String

func (m *Checkpoint) String() string

func (*Checkpoint) Unmarshal

func (m *Checkpoint) Unmarshal(dAtA []byte) error

func (*Checkpoint) XXX_DiscardUnknown

func (m *Checkpoint) XXX_DiscardUnknown()

func (*Checkpoint) XXX_Marshal

func (m *Checkpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Checkpoint) XXX_Merge

func (m *Checkpoint) XXX_Merge(src proto.Message)

func (*Checkpoint) XXX_Size

func (m *Checkpoint) XXX_Size() int

func (*Checkpoint) XXX_Unmarshal

func (m *Checkpoint) XXX_Unmarshal(b []byte) error

type Client

type Client struct {
	Id                   []byte    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Presence             *Presence `protobuf:"bytes,2,opt,name=presence,proto3" json:"presence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Client) Descriptor

func (*Client) Descriptor() ([]byte, []int)

func (*Client) GetId

func (m *Client) GetId() []byte

func (*Client) GetPresence

func (m *Client) GetPresence() *Presence

func (*Client) Marshal

func (m *Client) Marshal() (dAtA []byte, err error)

func (*Client) MarshalTo

func (m *Client) MarshalTo(dAtA []byte) (int, error)

func (*Client) MarshalToSizedBuffer

func (m *Client) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Client) ProtoMessage

func (*Client) ProtoMessage()

func (*Client) Reset

func (m *Client) Reset()

func (*Client) Size

func (m *Client) Size() (n int)

func (*Client) String

func (m *Client) String() string

func (*Client) Unmarshal

func (m *Client) Unmarshal(dAtA []byte) error

func (*Client) XXX_DiscardUnknown

func (m *Client) XXX_DiscardUnknown()

func (*Client) XXX_Marshal

func (m *Client) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Client) XXX_Merge

func (m *Client) XXX_Merge(src proto.Message)

func (*Client) XXX_Size

func (m *Client) XXX_Size() int

func (*Client) XXX_Unmarshal

func (m *Client) XXX_Unmarshal(b []byte) error

type CreateProjectRequest

type CreateProjectRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateProjectRequest) Descriptor

func (*CreateProjectRequest) Descriptor() ([]byte, []int)

func (*CreateProjectRequest) GetName

func (m *CreateProjectRequest) GetName() string

func (*CreateProjectRequest) Marshal

func (m *CreateProjectRequest) Marshal() (dAtA []byte, err error)

func (*CreateProjectRequest) MarshalTo

func (m *CreateProjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateProjectRequest) MarshalToSizedBuffer

func (m *CreateProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) Reset

func (m *CreateProjectRequest) Reset()

func (*CreateProjectRequest) Size

func (m *CreateProjectRequest) Size() (n int)

func (*CreateProjectRequest) String

func (m *CreateProjectRequest) String() string

func (*CreateProjectRequest) Unmarshal

func (m *CreateProjectRequest) Unmarshal(dAtA []byte) error

func (*CreateProjectRequest) XXX_DiscardUnknown

func (m *CreateProjectRequest) XXX_DiscardUnknown()

func (*CreateProjectRequest) XXX_Marshal

func (m *CreateProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateProjectRequest) XXX_Merge

func (m *CreateProjectRequest) XXX_Merge(src proto.Message)

func (*CreateProjectRequest) XXX_Size

func (m *CreateProjectRequest) XXX_Size() int

func (*CreateProjectRequest) XXX_Unmarshal

func (m *CreateProjectRequest) XXX_Unmarshal(b []byte) error

type CreateProjectResponse

type CreateProjectResponse struct {
	Project              *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateProjectResponse) Descriptor

func (*CreateProjectResponse) Descriptor() ([]byte, []int)

func (*CreateProjectResponse) GetProject

func (m *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) Marshal

func (m *CreateProjectResponse) Marshal() (dAtA []byte, err error)

func (*CreateProjectResponse) MarshalTo

func (m *CreateProjectResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateProjectResponse) MarshalToSizedBuffer

func (m *CreateProjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) Reset

func (m *CreateProjectResponse) Reset()

func (*CreateProjectResponse) Size

func (m *CreateProjectResponse) Size() (n int)

func (*CreateProjectResponse) String

func (m *CreateProjectResponse) String() string

func (*CreateProjectResponse) Unmarshal

func (m *CreateProjectResponse) Unmarshal(dAtA []byte) error

func (*CreateProjectResponse) XXX_DiscardUnknown

func (m *CreateProjectResponse) XXX_DiscardUnknown()

func (*CreateProjectResponse) XXX_Marshal

func (m *CreateProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateProjectResponse) XXX_Merge

func (m *CreateProjectResponse) XXX_Merge(src proto.Message)

func (*CreateProjectResponse) XXX_Size

func (m *CreateProjectResponse) XXX_Size() int

func (*CreateProjectResponse) XXX_Unmarshal

func (m *CreateProjectResponse) XXX_Unmarshal(b []byte) error

type DeactivateClientRequest

type DeactivateClientRequest struct {
	ClientId             []byte   `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateClientRequest) Descriptor

func (*DeactivateClientRequest) Descriptor() ([]byte, []int)

func (*DeactivateClientRequest) GetClientId

func (m *DeactivateClientRequest) GetClientId() []byte

func (*DeactivateClientRequest) Marshal

func (m *DeactivateClientRequest) Marshal() (dAtA []byte, err error)

func (*DeactivateClientRequest) MarshalTo

func (m *DeactivateClientRequest) MarshalTo(dAtA []byte) (int, error)

func (*DeactivateClientRequest) MarshalToSizedBuffer

func (m *DeactivateClientRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeactivateClientRequest) ProtoMessage

func (*DeactivateClientRequest) ProtoMessage()

func (*DeactivateClientRequest) Reset

func (m *DeactivateClientRequest) Reset()

func (*DeactivateClientRequest) Size

func (m *DeactivateClientRequest) Size() (n int)

func (*DeactivateClientRequest) String

func (m *DeactivateClientRequest) String() string

func (*DeactivateClientRequest) Unmarshal

func (m *DeactivateClientRequest) Unmarshal(dAtA []byte) error

func (*DeactivateClientRequest) XXX_DiscardUnknown

func (m *DeactivateClientRequest) XXX_DiscardUnknown()

func (*DeactivateClientRequest) XXX_Marshal

func (m *DeactivateClientRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeactivateClientRequest) XXX_Merge

func (m *DeactivateClientRequest) XXX_Merge(src proto.Message)

func (*DeactivateClientRequest) XXX_Size

func (m *DeactivateClientRequest) XXX_Size() int

func (*DeactivateClientRequest) XXX_Unmarshal

func (m *DeactivateClientRequest) XXX_Unmarshal(b []byte) error

type DeactivateClientResponse

type DeactivateClientResponse struct {
	ClientId             []byte   `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateClientResponse) Descriptor

func (*DeactivateClientResponse) Descriptor() ([]byte, []int)

func (*DeactivateClientResponse) GetClientId

func (m *DeactivateClientResponse) GetClientId() []byte

func (*DeactivateClientResponse) Marshal

func (m *DeactivateClientResponse) Marshal() (dAtA []byte, err error)

func (*DeactivateClientResponse) MarshalTo

func (m *DeactivateClientResponse) MarshalTo(dAtA []byte) (int, error)

func (*DeactivateClientResponse) MarshalToSizedBuffer

func (m *DeactivateClientResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeactivateClientResponse) ProtoMessage

func (*DeactivateClientResponse) ProtoMessage()

func (*DeactivateClientResponse) Reset

func (m *DeactivateClientResponse) Reset()

func (*DeactivateClientResponse) Size

func (m *DeactivateClientResponse) Size() (n int)

func (*DeactivateClientResponse) String

func (m *DeactivateClientResponse) String() string

func (*DeactivateClientResponse) Unmarshal

func (m *DeactivateClientResponse) Unmarshal(dAtA []byte) error

func (*DeactivateClientResponse) XXX_DiscardUnknown

func (m *DeactivateClientResponse) XXX_DiscardUnknown()

func (*DeactivateClientResponse) XXX_Marshal

func (m *DeactivateClientResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeactivateClientResponse) XXX_Merge

func (m *DeactivateClientResponse) XXX_Merge(src proto.Message)

func (*DeactivateClientResponse) XXX_Size

func (m *DeactivateClientResponse) XXX_Size() int

func (*DeactivateClientResponse) XXX_Unmarshal

func (m *DeactivateClientResponse) XXX_Unmarshal(b []byte) error

type DetachDocumentRequest

type DetachDocumentRequest struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	DocumentId           string      `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,3,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DetachDocumentRequest) Descriptor

func (*DetachDocumentRequest) Descriptor() ([]byte, []int)

func (*DetachDocumentRequest) GetChangePack

func (m *DetachDocumentRequest) GetChangePack() *ChangePack

func (*DetachDocumentRequest) GetClientId

func (m *DetachDocumentRequest) GetClientId() []byte

func (*DetachDocumentRequest) GetDocumentId added in v0.3.3

func (m *DetachDocumentRequest) GetDocumentId() string

func (*DetachDocumentRequest) Marshal

func (m *DetachDocumentRequest) Marshal() (dAtA []byte, err error)

func (*DetachDocumentRequest) MarshalTo

func (m *DetachDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*DetachDocumentRequest) MarshalToSizedBuffer

func (m *DetachDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DetachDocumentRequest) ProtoMessage

func (*DetachDocumentRequest) ProtoMessage()

func (*DetachDocumentRequest) Reset

func (m *DetachDocumentRequest) Reset()

func (*DetachDocumentRequest) Size

func (m *DetachDocumentRequest) Size() (n int)

func (*DetachDocumentRequest) String

func (m *DetachDocumentRequest) String() string

func (*DetachDocumentRequest) Unmarshal

func (m *DetachDocumentRequest) Unmarshal(dAtA []byte) error

func (*DetachDocumentRequest) XXX_DiscardUnknown

func (m *DetachDocumentRequest) XXX_DiscardUnknown()

func (*DetachDocumentRequest) XXX_Marshal

func (m *DetachDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DetachDocumentRequest) XXX_Merge

func (m *DetachDocumentRequest) XXX_Merge(src proto.Message)

func (*DetachDocumentRequest) XXX_Size

func (m *DetachDocumentRequest) XXX_Size() int

func (*DetachDocumentRequest) XXX_Unmarshal

func (m *DetachDocumentRequest) XXX_Unmarshal(b []byte) error

type DetachDocumentResponse

type DetachDocumentResponse struct {
	ClientKey            string      `protobuf:"bytes,1,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,2,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DetachDocumentResponse) Descriptor

func (*DetachDocumentResponse) Descriptor() ([]byte, []int)

func (*DetachDocumentResponse) GetChangePack

func (m *DetachDocumentResponse) GetChangePack() *ChangePack

func (*DetachDocumentResponse) GetClientKey

func (m *DetachDocumentResponse) GetClientKey() string

func (*DetachDocumentResponse) Marshal

func (m *DetachDocumentResponse) Marshal() (dAtA []byte, err error)

func (*DetachDocumentResponse) MarshalTo

func (m *DetachDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*DetachDocumentResponse) MarshalToSizedBuffer

func (m *DetachDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DetachDocumentResponse) ProtoMessage

func (*DetachDocumentResponse) ProtoMessage()

func (*DetachDocumentResponse) Reset

func (m *DetachDocumentResponse) Reset()

func (*DetachDocumentResponse) Size

func (m *DetachDocumentResponse) Size() (n int)

func (*DetachDocumentResponse) String

func (m *DetachDocumentResponse) String() string

func (*DetachDocumentResponse) Unmarshal

func (m *DetachDocumentResponse) Unmarshal(dAtA []byte) error

func (*DetachDocumentResponse) XXX_DiscardUnknown

func (m *DetachDocumentResponse) XXX_DiscardUnknown()

func (*DetachDocumentResponse) XXX_Marshal

func (m *DetachDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DetachDocumentResponse) XXX_Merge

func (m *DetachDocumentResponse) XXX_Merge(src proto.Message)

func (*DetachDocumentResponse) XXX_Size

func (m *DetachDocumentResponse) XXX_Size() int

func (*DetachDocumentResponse) XXX_Unmarshal

func (m *DetachDocumentResponse) XXX_Unmarshal(b []byte) error

type DocEvent

type DocEvent struct {
	Type                 DocEventType `protobuf:"varint,1,opt,name=type,proto3,enum=yorkie.v1.DocEventType" json:"type,omitempty"`
	Publisher            *Client      `protobuf:"bytes,2,opt,name=publisher,proto3" json:"publisher,omitempty"`
	DocumentId           string       `protobuf:"bytes,3,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DocEvent) Descriptor

func (*DocEvent) Descriptor() ([]byte, []int)

func (*DocEvent) GetDocumentId added in v0.3.3

func (m *DocEvent) GetDocumentId() string

func (*DocEvent) GetPublisher

func (m *DocEvent) GetPublisher() *Client

func (*DocEvent) GetType

func (m *DocEvent) GetType() DocEventType

func (*DocEvent) Marshal

func (m *DocEvent) Marshal() (dAtA []byte, err error)

func (*DocEvent) MarshalTo

func (m *DocEvent) MarshalTo(dAtA []byte) (int, error)

func (*DocEvent) MarshalToSizedBuffer

func (m *DocEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DocEvent) ProtoMessage

func (*DocEvent) ProtoMessage()

func (*DocEvent) Reset

func (m *DocEvent) Reset()

func (*DocEvent) Size

func (m *DocEvent) Size() (n int)

func (*DocEvent) String

func (m *DocEvent) String() string

func (*DocEvent) Unmarshal

func (m *DocEvent) Unmarshal(dAtA []byte) error

func (*DocEvent) XXX_DiscardUnknown

func (m *DocEvent) XXX_DiscardUnknown()

func (*DocEvent) XXX_Marshal

func (m *DocEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocEvent) XXX_Merge

func (m *DocEvent) XXX_Merge(src proto.Message)

func (*DocEvent) XXX_Size

func (m *DocEvent) XXX_Size() int

func (*DocEvent) XXX_Unmarshal

func (m *DocEvent) XXX_Unmarshal(b []byte) error

type DocEventType

type DocEventType int32
const (
	DocEventType_DOC_EVENT_TYPE_DOCUMENTS_CHANGED   DocEventType = 0
	DocEventType_DOC_EVENT_TYPE_DOCUMENTS_WATCHED   DocEventType = 1
	DocEventType_DOC_EVENT_TYPE_DOCUMENTS_UNWATCHED DocEventType = 2
	DocEventType_DOC_EVENT_TYPE_PRESENCE_CHANGED    DocEventType = 3
)

func (DocEventType) EnumDescriptor

func (DocEventType) EnumDescriptor() ([]byte, []int)

func (DocEventType) String

func (x DocEventType) String() string

type DocumentSummary

type DocumentSummary struct {
	Id                   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key                  string           `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Snapshot             string           `protobuf:"bytes,3,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	CreatedAt            *types.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	AccessedAt           *types.Timestamp `protobuf:"bytes,5,opt,name=accessed_at,json=accessedAt,proto3" json:"accessed_at,omitempty"`
	UpdatedAt            *types.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*DocumentSummary) Descriptor

func (*DocumentSummary) Descriptor() ([]byte, []int)

func (*DocumentSummary) GetAccessedAt

func (m *DocumentSummary) GetAccessedAt() *types.Timestamp

func (*DocumentSummary) GetCreatedAt

func (m *DocumentSummary) GetCreatedAt() *types.Timestamp

func (*DocumentSummary) GetId

func (m *DocumentSummary) GetId() string

func (*DocumentSummary) GetKey

func (m *DocumentSummary) GetKey() string

func (*DocumentSummary) GetSnapshot

func (m *DocumentSummary) GetSnapshot() string

func (*DocumentSummary) GetUpdatedAt

func (m *DocumentSummary) GetUpdatedAt() *types.Timestamp

func (*DocumentSummary) Marshal

func (m *DocumentSummary) Marshal() (dAtA []byte, err error)

func (*DocumentSummary) MarshalTo

func (m *DocumentSummary) MarshalTo(dAtA []byte) (int, error)

func (*DocumentSummary) MarshalToSizedBuffer

func (m *DocumentSummary) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DocumentSummary) ProtoMessage

func (*DocumentSummary) ProtoMessage()

func (*DocumentSummary) Reset

func (m *DocumentSummary) Reset()

func (*DocumentSummary) Size

func (m *DocumentSummary) Size() (n int)

func (*DocumentSummary) String

func (m *DocumentSummary) String() string

func (*DocumentSummary) Unmarshal

func (m *DocumentSummary) Unmarshal(dAtA []byte) error

func (*DocumentSummary) XXX_DiscardUnknown

func (m *DocumentSummary) XXX_DiscardUnknown()

func (*DocumentSummary) XXX_Marshal

func (m *DocumentSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocumentSummary) XXX_Merge

func (m *DocumentSummary) XXX_Merge(src proto.Message)

func (*DocumentSummary) XXX_Size

func (m *DocumentSummary) XXX_Size() int

func (*DocumentSummary) XXX_Unmarshal

func (m *DocumentSummary) XXX_Unmarshal(b []byte) error

type GetDocumentRequest

type GetDocumentRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	DocumentKey          string   `protobuf:"bytes,2,opt,name=document_key,json=documentKey,proto3" json:"document_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDocumentRequest) Descriptor

func (*GetDocumentRequest) Descriptor() ([]byte, []int)

func (*GetDocumentRequest) GetDocumentKey

func (m *GetDocumentRequest) GetDocumentKey() string

func (*GetDocumentRequest) GetProjectName

func (m *GetDocumentRequest) GetProjectName() string

func (*GetDocumentRequest) Marshal

func (m *GetDocumentRequest) Marshal() (dAtA []byte, err error)

func (*GetDocumentRequest) MarshalTo

func (m *GetDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetDocumentRequest) MarshalToSizedBuffer

func (m *GetDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDocumentRequest) ProtoMessage

func (*GetDocumentRequest) ProtoMessage()

func (*GetDocumentRequest) Reset

func (m *GetDocumentRequest) Reset()

func (*GetDocumentRequest) Size

func (m *GetDocumentRequest) Size() (n int)

func (*GetDocumentRequest) String

func (m *GetDocumentRequest) String() string

func (*GetDocumentRequest) Unmarshal

func (m *GetDocumentRequest) Unmarshal(dAtA []byte) error

func (*GetDocumentRequest) XXX_DiscardUnknown

func (m *GetDocumentRequest) XXX_DiscardUnknown()

func (*GetDocumentRequest) XXX_Marshal

func (m *GetDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDocumentRequest) XXX_Merge

func (m *GetDocumentRequest) XXX_Merge(src proto.Message)

func (*GetDocumentRequest) XXX_Size

func (m *GetDocumentRequest) XXX_Size() int

func (*GetDocumentRequest) XXX_Unmarshal

func (m *GetDocumentRequest) XXX_Unmarshal(b []byte) error

type GetDocumentResponse

type GetDocumentResponse struct {
	Document             *DocumentSummary `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDocumentResponse) Descriptor

func (*GetDocumentResponse) Descriptor() ([]byte, []int)

func (*GetDocumentResponse) GetDocument

func (m *GetDocumentResponse) GetDocument() *DocumentSummary

func (*GetDocumentResponse) Marshal

func (m *GetDocumentResponse) Marshal() (dAtA []byte, err error)

func (*GetDocumentResponse) MarshalTo

func (m *GetDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetDocumentResponse) MarshalToSizedBuffer

func (m *GetDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetDocumentResponse) ProtoMessage

func (*GetDocumentResponse) ProtoMessage()

func (*GetDocumentResponse) Reset

func (m *GetDocumentResponse) Reset()

func (*GetDocumentResponse) Size

func (m *GetDocumentResponse) Size() (n int)

func (*GetDocumentResponse) String

func (m *GetDocumentResponse) String() string

func (*GetDocumentResponse) Unmarshal

func (m *GetDocumentResponse) Unmarshal(dAtA []byte) error

func (*GetDocumentResponse) XXX_DiscardUnknown

func (m *GetDocumentResponse) XXX_DiscardUnknown()

func (*GetDocumentResponse) XXX_Marshal

func (m *GetDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDocumentResponse) XXX_Merge

func (m *GetDocumentResponse) XXX_Merge(src proto.Message)

func (*GetDocumentResponse) XXX_Size

func (m *GetDocumentResponse) XXX_Size() int

func (*GetDocumentResponse) XXX_Unmarshal

func (m *GetDocumentResponse) XXX_Unmarshal(b []byte) error

type GetProjectRequest

type GetProjectRequest struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectRequest) Descriptor

func (*GetProjectRequest) Descriptor() ([]byte, []int)

func (*GetProjectRequest) GetName

func (m *GetProjectRequest) GetName() string

func (*GetProjectRequest) Marshal

func (m *GetProjectRequest) Marshal() (dAtA []byte, err error)

func (*GetProjectRequest) MarshalTo

func (m *GetProjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectRequest) MarshalToSizedBuffer

func (m *GetProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) Reset

func (m *GetProjectRequest) Reset()

func (*GetProjectRequest) Size

func (m *GetProjectRequest) Size() (n int)

func (*GetProjectRequest) String

func (m *GetProjectRequest) String() string

func (*GetProjectRequest) Unmarshal

func (m *GetProjectRequest) Unmarshal(dAtA []byte) error

func (*GetProjectRequest) XXX_DiscardUnknown

func (m *GetProjectRequest) XXX_DiscardUnknown()

func (*GetProjectRequest) XXX_Marshal

func (m *GetProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectRequest) XXX_Merge

func (m *GetProjectRequest) XXX_Merge(src proto.Message)

func (*GetProjectRequest) XXX_Size

func (m *GetProjectRequest) XXX_Size() int

func (*GetProjectRequest) XXX_Unmarshal

func (m *GetProjectRequest) XXX_Unmarshal(b []byte) error

type GetProjectResponse

type GetProjectResponse struct {
	Project              *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectResponse) Descriptor

func (*GetProjectResponse) Descriptor() ([]byte, []int)

func (*GetProjectResponse) GetProject

func (m *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) Marshal

func (m *GetProjectResponse) Marshal() (dAtA []byte, err error)

func (*GetProjectResponse) MarshalTo

func (m *GetProjectResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetProjectResponse) MarshalToSizedBuffer

func (m *GetProjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) Reset

func (m *GetProjectResponse) Reset()

func (*GetProjectResponse) Size

func (m *GetProjectResponse) Size() (n int)

func (*GetProjectResponse) String

func (m *GetProjectResponse) String() string

func (*GetProjectResponse) Unmarshal

func (m *GetProjectResponse) Unmarshal(dAtA []byte) error

func (*GetProjectResponse) XXX_DiscardUnknown

func (m *GetProjectResponse) XXX_DiscardUnknown()

func (*GetProjectResponse) XXX_Marshal

func (m *GetProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProjectResponse) XXX_Merge

func (m *GetProjectResponse) XXX_Merge(src proto.Message)

func (*GetProjectResponse) XXX_Size

func (m *GetProjectResponse) XXX_Size() int

func (*GetProjectResponse) XXX_Unmarshal

func (m *GetProjectResponse) XXX_Unmarshal(b []byte) error

type GetSnapshotMetaRequest

type GetSnapshotMetaRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	DocumentKey          string   `protobuf:"bytes,2,opt,name=document_key,json=documentKey,proto3" json:"document_key,omitempty"`
	ServerSeq            int64    `protobuf:"varint,3,opt,name=server_seq,json=serverSeq,proto3" json:"server_seq,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSnapshotMetaRequest) Descriptor

func (*GetSnapshotMetaRequest) Descriptor() ([]byte, []int)

func (*GetSnapshotMetaRequest) GetDocumentKey

func (m *GetSnapshotMetaRequest) GetDocumentKey() string

func (*GetSnapshotMetaRequest) GetProjectName

func (m *GetSnapshotMetaRequest) GetProjectName() string

func (*GetSnapshotMetaRequest) GetServerSeq

func (m *GetSnapshotMetaRequest) GetServerSeq() int64

func (*GetSnapshotMetaRequest) Marshal

func (m *GetSnapshotMetaRequest) Marshal() (dAtA []byte, err error)

func (*GetSnapshotMetaRequest) MarshalTo

func (m *GetSnapshotMetaRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetSnapshotMetaRequest) MarshalToSizedBuffer

func (m *GetSnapshotMetaRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetSnapshotMetaRequest) ProtoMessage

func (*GetSnapshotMetaRequest) ProtoMessage()

func (*GetSnapshotMetaRequest) Reset

func (m *GetSnapshotMetaRequest) Reset()

func (*GetSnapshotMetaRequest) Size

func (m *GetSnapshotMetaRequest) Size() (n int)

func (*GetSnapshotMetaRequest) String

func (m *GetSnapshotMetaRequest) String() string

func (*GetSnapshotMetaRequest) Unmarshal

func (m *GetSnapshotMetaRequest) Unmarshal(dAtA []byte) error

func (*GetSnapshotMetaRequest) XXX_DiscardUnknown

func (m *GetSnapshotMetaRequest) XXX_DiscardUnknown()

func (*GetSnapshotMetaRequest) XXX_Marshal

func (m *GetSnapshotMetaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSnapshotMetaRequest) XXX_Merge

func (m *GetSnapshotMetaRequest) XXX_Merge(src proto.Message)

func (*GetSnapshotMetaRequest) XXX_Size

func (m *GetSnapshotMetaRequest) XXX_Size() int

func (*GetSnapshotMetaRequest) XXX_Unmarshal

func (m *GetSnapshotMetaRequest) XXX_Unmarshal(b []byte) error

type GetSnapshotMetaResponse

type GetSnapshotMetaResponse struct {
	Snapshot             []byte   `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	Lamport              int64    `protobuf:"varint,2,opt,name=lamport,proto3" json:"lamport,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSnapshotMetaResponse) Descriptor

func (*GetSnapshotMetaResponse) Descriptor() ([]byte, []int)

func (*GetSnapshotMetaResponse) GetLamport

func (m *GetSnapshotMetaResponse) GetLamport() int64

func (*GetSnapshotMetaResponse) GetSnapshot

func (m *GetSnapshotMetaResponse) GetSnapshot() []byte

func (*GetSnapshotMetaResponse) Marshal

func (m *GetSnapshotMetaResponse) Marshal() (dAtA []byte, err error)

func (*GetSnapshotMetaResponse) MarshalTo

func (m *GetSnapshotMetaResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetSnapshotMetaResponse) MarshalToSizedBuffer

func (m *GetSnapshotMetaResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetSnapshotMetaResponse) ProtoMessage

func (*GetSnapshotMetaResponse) ProtoMessage()

func (*GetSnapshotMetaResponse) Reset

func (m *GetSnapshotMetaResponse) Reset()

func (*GetSnapshotMetaResponse) Size

func (m *GetSnapshotMetaResponse) Size() (n int)

func (*GetSnapshotMetaResponse) String

func (m *GetSnapshotMetaResponse) String() string

func (*GetSnapshotMetaResponse) Unmarshal

func (m *GetSnapshotMetaResponse) Unmarshal(dAtA []byte) error

func (*GetSnapshotMetaResponse) XXX_DiscardUnknown

func (m *GetSnapshotMetaResponse) XXX_DiscardUnknown()

func (*GetSnapshotMetaResponse) XXX_Marshal

func (m *GetSnapshotMetaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSnapshotMetaResponse) XXX_Merge

func (m *GetSnapshotMetaResponse) XXX_Merge(src proto.Message)

func (*GetSnapshotMetaResponse) XXX_Size

func (m *GetSnapshotMetaResponse) XXX_Size() int

func (*GetSnapshotMetaResponse) XXX_Unmarshal

func (m *GetSnapshotMetaResponse) XXX_Unmarshal(b []byte) error

type JSONElement

type JSONElement struct {
	// Types that are valid to be assigned to Body:
	//
	//	*JSONElement_JsonObject
	//	*JSONElement_JsonArray
	//	*JSONElement_Primitive_
	//	*JSONElement_Text_
	//	*JSONElement_Counter_
	//	*JSONElement_Tree_
	Body                 isJSONElement_Body `protobuf_oneof:"body"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*JSONElement) Descriptor

func (*JSONElement) Descriptor() ([]byte, []int)

func (*JSONElement) GetBody

func (m *JSONElement) GetBody() isJSONElement_Body

func (*JSONElement) GetCounter

func (m *JSONElement) GetCounter() *JSONElement_Counter

func (*JSONElement) GetJsonArray

func (m *JSONElement) GetJsonArray() *JSONElement_JSONArray

func (*JSONElement) GetJsonObject

func (m *JSONElement) GetJsonObject() *JSONElement_JSONObject

func (*JSONElement) GetPrimitive

func (m *JSONElement) GetPrimitive() *JSONElement_Primitive

func (*JSONElement) GetText

func (m *JSONElement) GetText() *JSONElement_Text

func (*JSONElement) GetTree added in v0.4.0

func (m *JSONElement) GetTree() *JSONElement_Tree

func (*JSONElement) Marshal

func (m *JSONElement) Marshal() (dAtA []byte, err error)

func (*JSONElement) MarshalTo

func (m *JSONElement) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement) MarshalToSizedBuffer

func (m *JSONElement) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement) ProtoMessage

func (*JSONElement) ProtoMessage()

func (*JSONElement) Reset

func (m *JSONElement) Reset()

func (*JSONElement) Size

func (m *JSONElement) Size() (n int)

func (*JSONElement) String

func (m *JSONElement) String() string

func (*JSONElement) Unmarshal

func (m *JSONElement) Unmarshal(dAtA []byte) error

func (*JSONElement) XXX_DiscardUnknown

func (m *JSONElement) XXX_DiscardUnknown()

func (*JSONElement) XXX_Marshal

func (m *JSONElement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement) XXX_Merge

func (m *JSONElement) XXX_Merge(src proto.Message)

func (*JSONElement) XXX_OneofWrappers

func (*JSONElement) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*JSONElement) XXX_Size

func (m *JSONElement) XXX_Size() int

func (*JSONElement) XXX_Unmarshal

func (m *JSONElement) XXX_Unmarshal(b []byte) error

type JSONElementSimple

type JSONElementSimple struct {
	CreatedAt            *TimeTicket `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,2,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,3,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	Type                 ValueType   `protobuf:"varint,4,opt,name=type,proto3,enum=yorkie.v1.ValueType" json:"type,omitempty"`
	Value                []byte      `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElementSimple) Descriptor

func (*JSONElementSimple) Descriptor() ([]byte, []int)

func (*JSONElementSimple) GetCreatedAt

func (m *JSONElementSimple) GetCreatedAt() *TimeTicket

func (*JSONElementSimple) GetMovedAt

func (m *JSONElementSimple) GetMovedAt() *TimeTicket

func (*JSONElementSimple) GetRemovedAt

func (m *JSONElementSimple) GetRemovedAt() *TimeTicket

func (*JSONElementSimple) GetType

func (m *JSONElementSimple) GetType() ValueType

func (*JSONElementSimple) GetValue

func (m *JSONElementSimple) GetValue() []byte

func (*JSONElementSimple) Marshal

func (m *JSONElementSimple) Marshal() (dAtA []byte, err error)

func (*JSONElementSimple) MarshalTo

func (m *JSONElementSimple) MarshalTo(dAtA []byte) (int, error)

func (*JSONElementSimple) MarshalToSizedBuffer

func (m *JSONElementSimple) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElementSimple) ProtoMessage

func (*JSONElementSimple) ProtoMessage()

func (*JSONElementSimple) Reset

func (m *JSONElementSimple) Reset()

func (*JSONElementSimple) Size

func (m *JSONElementSimple) Size() (n int)

func (*JSONElementSimple) String

func (m *JSONElementSimple) String() string

func (*JSONElementSimple) Unmarshal

func (m *JSONElementSimple) Unmarshal(dAtA []byte) error

func (*JSONElementSimple) XXX_DiscardUnknown

func (m *JSONElementSimple) XXX_DiscardUnknown()

func (*JSONElementSimple) XXX_Marshal

func (m *JSONElementSimple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElementSimple) XXX_Merge

func (m *JSONElementSimple) XXX_Merge(src proto.Message)

func (*JSONElementSimple) XXX_Size

func (m *JSONElementSimple) XXX_Size() int

func (*JSONElementSimple) XXX_Unmarshal

func (m *JSONElementSimple) XXX_Unmarshal(b []byte) error

type JSONElement_Counter

type JSONElement_Counter struct {
	Type                 ValueType   `protobuf:"varint,1,opt,name=type,proto3,enum=yorkie.v1.ValueType" json:"type,omitempty"`
	Value                []byte      `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,4,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,5,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_Counter) Descriptor

func (*JSONElement_Counter) Descriptor() ([]byte, []int)

func (*JSONElement_Counter) GetCreatedAt

func (m *JSONElement_Counter) GetCreatedAt() *TimeTicket

func (*JSONElement_Counter) GetMovedAt

func (m *JSONElement_Counter) GetMovedAt() *TimeTicket

func (*JSONElement_Counter) GetRemovedAt

func (m *JSONElement_Counter) GetRemovedAt() *TimeTicket

func (*JSONElement_Counter) GetType

func (m *JSONElement_Counter) GetType() ValueType

func (*JSONElement_Counter) GetValue

func (m *JSONElement_Counter) GetValue() []byte

func (*JSONElement_Counter) Marshal

func (m *JSONElement_Counter) Marshal() (dAtA []byte, err error)

func (*JSONElement_Counter) MarshalTo

func (m *JSONElement_Counter) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Counter) MarshalToSizedBuffer

func (m *JSONElement_Counter) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Counter) ProtoMessage

func (*JSONElement_Counter) ProtoMessage()

func (*JSONElement_Counter) Reset

func (m *JSONElement_Counter) Reset()

func (*JSONElement_Counter) Size

func (m *JSONElement_Counter) Size() (n int)

func (*JSONElement_Counter) String

func (m *JSONElement_Counter) String() string

func (*JSONElement_Counter) Unmarshal

func (m *JSONElement_Counter) Unmarshal(dAtA []byte) error

func (*JSONElement_Counter) XXX_DiscardUnknown

func (m *JSONElement_Counter) XXX_DiscardUnknown()

func (*JSONElement_Counter) XXX_Marshal

func (m *JSONElement_Counter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_Counter) XXX_Merge

func (m *JSONElement_Counter) XXX_Merge(src proto.Message)

func (*JSONElement_Counter) XXX_Size

func (m *JSONElement_Counter) XXX_Size() int

func (*JSONElement_Counter) XXX_Unmarshal

func (m *JSONElement_Counter) XXX_Unmarshal(b []byte) error

type JSONElement_Counter_

type JSONElement_Counter_ struct {
	Counter *JSONElement_Counter `protobuf:"bytes,6,opt,name=counter,proto3,oneof" json:"counter,omitempty"`
}

func (*JSONElement_Counter_) MarshalTo

func (m *JSONElement_Counter_) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Counter_) MarshalToSizedBuffer

func (m *JSONElement_Counter_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Counter_) Size

func (m *JSONElement_Counter_) Size() (n int)

type JSONElement_JSONArray

type JSONElement_JSONArray struct {
	Nodes                []*RGANode  `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,3,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,4,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_JSONArray) Descriptor

func (*JSONElement_JSONArray) Descriptor() ([]byte, []int)

func (*JSONElement_JSONArray) GetCreatedAt

func (m *JSONElement_JSONArray) GetCreatedAt() *TimeTicket

func (*JSONElement_JSONArray) GetMovedAt

func (m *JSONElement_JSONArray) GetMovedAt() *TimeTicket

func (*JSONElement_JSONArray) GetNodes

func (m *JSONElement_JSONArray) GetNodes() []*RGANode

func (*JSONElement_JSONArray) GetRemovedAt

func (m *JSONElement_JSONArray) GetRemovedAt() *TimeTicket

func (*JSONElement_JSONArray) Marshal

func (m *JSONElement_JSONArray) Marshal() (dAtA []byte, err error)

func (*JSONElement_JSONArray) MarshalTo

func (m *JSONElement_JSONArray) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_JSONArray) MarshalToSizedBuffer

func (m *JSONElement_JSONArray) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_JSONArray) ProtoMessage

func (*JSONElement_JSONArray) ProtoMessage()

func (*JSONElement_JSONArray) Reset

func (m *JSONElement_JSONArray) Reset()

func (*JSONElement_JSONArray) Size

func (m *JSONElement_JSONArray) Size() (n int)

func (*JSONElement_JSONArray) String

func (m *JSONElement_JSONArray) String() string

func (*JSONElement_JSONArray) Unmarshal

func (m *JSONElement_JSONArray) Unmarshal(dAtA []byte) error

func (*JSONElement_JSONArray) XXX_DiscardUnknown

func (m *JSONElement_JSONArray) XXX_DiscardUnknown()

func (*JSONElement_JSONArray) XXX_Marshal

func (m *JSONElement_JSONArray) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_JSONArray) XXX_Merge

func (m *JSONElement_JSONArray) XXX_Merge(src proto.Message)

func (*JSONElement_JSONArray) XXX_Size

func (m *JSONElement_JSONArray) XXX_Size() int

func (*JSONElement_JSONArray) XXX_Unmarshal

func (m *JSONElement_JSONArray) XXX_Unmarshal(b []byte) error

type JSONElement_JSONObject

type JSONElement_JSONObject struct {
	Nodes                []*RHTNode  `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,3,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,4,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_JSONObject) Descriptor

func (*JSONElement_JSONObject) Descriptor() ([]byte, []int)

func (*JSONElement_JSONObject) GetCreatedAt

func (m *JSONElement_JSONObject) GetCreatedAt() *TimeTicket

func (*JSONElement_JSONObject) GetMovedAt

func (m *JSONElement_JSONObject) GetMovedAt() *TimeTicket

func (*JSONElement_JSONObject) GetNodes

func (m *JSONElement_JSONObject) GetNodes() []*RHTNode

func (*JSONElement_JSONObject) GetRemovedAt

func (m *JSONElement_JSONObject) GetRemovedAt() *TimeTicket

func (*JSONElement_JSONObject) Marshal

func (m *JSONElement_JSONObject) Marshal() (dAtA []byte, err error)

func (*JSONElement_JSONObject) MarshalTo

func (m *JSONElement_JSONObject) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_JSONObject) MarshalToSizedBuffer

func (m *JSONElement_JSONObject) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_JSONObject) ProtoMessage

func (*JSONElement_JSONObject) ProtoMessage()

func (*JSONElement_JSONObject) Reset

func (m *JSONElement_JSONObject) Reset()

func (*JSONElement_JSONObject) Size

func (m *JSONElement_JSONObject) Size() (n int)

func (*JSONElement_JSONObject) String

func (m *JSONElement_JSONObject) String() string

func (*JSONElement_JSONObject) Unmarshal

func (m *JSONElement_JSONObject) Unmarshal(dAtA []byte) error

func (*JSONElement_JSONObject) XXX_DiscardUnknown

func (m *JSONElement_JSONObject) XXX_DiscardUnknown()

func (*JSONElement_JSONObject) XXX_Marshal

func (m *JSONElement_JSONObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_JSONObject) XXX_Merge

func (m *JSONElement_JSONObject) XXX_Merge(src proto.Message)

func (*JSONElement_JSONObject) XXX_Size

func (m *JSONElement_JSONObject) XXX_Size() int

func (*JSONElement_JSONObject) XXX_Unmarshal

func (m *JSONElement_JSONObject) XXX_Unmarshal(b []byte) error

type JSONElement_JsonArray

type JSONElement_JsonArray struct {
	JsonArray *JSONElement_JSONArray `protobuf:"bytes,2,opt,name=json_array,json=jsonArray,proto3,oneof" json:"json_array,omitempty"`
}

func (*JSONElement_JsonArray) MarshalTo

func (m *JSONElement_JsonArray) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_JsonArray) MarshalToSizedBuffer

func (m *JSONElement_JsonArray) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_JsonArray) Size

func (m *JSONElement_JsonArray) Size() (n int)

type JSONElement_JsonObject

type JSONElement_JsonObject struct {
	JsonObject *JSONElement_JSONObject `protobuf:"bytes,1,opt,name=json_object,json=jsonObject,proto3,oneof" json:"json_object,omitempty"`
}

func (*JSONElement_JsonObject) MarshalTo

func (m *JSONElement_JsonObject) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_JsonObject) MarshalToSizedBuffer

func (m *JSONElement_JsonObject) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_JsonObject) Size

func (m *JSONElement_JsonObject) Size() (n int)

type JSONElement_Primitive

type JSONElement_Primitive struct {
	Type                 ValueType   `protobuf:"varint,1,opt,name=type,proto3,enum=yorkie.v1.ValueType" json:"type,omitempty"`
	Value                []byte      `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,4,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,5,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_Primitive) Descriptor

func (*JSONElement_Primitive) Descriptor() ([]byte, []int)

func (*JSONElement_Primitive) GetCreatedAt

func (m *JSONElement_Primitive) GetCreatedAt() *TimeTicket

func (*JSONElement_Primitive) GetMovedAt

func (m *JSONElement_Primitive) GetMovedAt() *TimeTicket

func (*JSONElement_Primitive) GetRemovedAt

func (m *JSONElement_Primitive) GetRemovedAt() *TimeTicket

func (*JSONElement_Primitive) GetType

func (m *JSONElement_Primitive) GetType() ValueType

func (*JSONElement_Primitive) GetValue

func (m *JSONElement_Primitive) GetValue() []byte

func (*JSONElement_Primitive) Marshal

func (m *JSONElement_Primitive) Marshal() (dAtA []byte, err error)

func (*JSONElement_Primitive) MarshalTo

func (m *JSONElement_Primitive) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Primitive) MarshalToSizedBuffer

func (m *JSONElement_Primitive) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Primitive) ProtoMessage

func (*JSONElement_Primitive) ProtoMessage()

func (*JSONElement_Primitive) Reset

func (m *JSONElement_Primitive) Reset()

func (*JSONElement_Primitive) Size

func (m *JSONElement_Primitive) Size() (n int)

func (*JSONElement_Primitive) String

func (m *JSONElement_Primitive) String() string

func (*JSONElement_Primitive) Unmarshal

func (m *JSONElement_Primitive) Unmarshal(dAtA []byte) error

func (*JSONElement_Primitive) XXX_DiscardUnknown

func (m *JSONElement_Primitive) XXX_DiscardUnknown()

func (*JSONElement_Primitive) XXX_Marshal

func (m *JSONElement_Primitive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_Primitive) XXX_Merge

func (m *JSONElement_Primitive) XXX_Merge(src proto.Message)

func (*JSONElement_Primitive) XXX_Size

func (m *JSONElement_Primitive) XXX_Size() int

func (*JSONElement_Primitive) XXX_Unmarshal

func (m *JSONElement_Primitive) XXX_Unmarshal(b []byte) error

type JSONElement_Primitive_

type JSONElement_Primitive_ struct {
	Primitive *JSONElement_Primitive `protobuf:"bytes,3,opt,name=primitive,proto3,oneof" json:"primitive,omitempty"`
}

func (*JSONElement_Primitive_) MarshalTo

func (m *JSONElement_Primitive_) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Primitive_) MarshalToSizedBuffer

func (m *JSONElement_Primitive_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Primitive_) Size

func (m *JSONElement_Primitive_) Size() (n int)

type JSONElement_Text

type JSONElement_Text struct {
	Nodes                []*TextNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,3,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,4,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_Text) Descriptor

func (*JSONElement_Text) Descriptor() ([]byte, []int)

func (*JSONElement_Text) GetCreatedAt

func (m *JSONElement_Text) GetCreatedAt() *TimeTicket

func (*JSONElement_Text) GetMovedAt

func (m *JSONElement_Text) GetMovedAt() *TimeTicket

func (*JSONElement_Text) GetNodes

func (m *JSONElement_Text) GetNodes() []*TextNode

func (*JSONElement_Text) GetRemovedAt

func (m *JSONElement_Text) GetRemovedAt() *TimeTicket

func (*JSONElement_Text) Marshal

func (m *JSONElement_Text) Marshal() (dAtA []byte, err error)

func (*JSONElement_Text) MarshalTo

func (m *JSONElement_Text) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Text) MarshalToSizedBuffer

func (m *JSONElement_Text) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Text) ProtoMessage

func (*JSONElement_Text) ProtoMessage()

func (*JSONElement_Text) Reset

func (m *JSONElement_Text) Reset()

func (*JSONElement_Text) Size

func (m *JSONElement_Text) Size() (n int)

func (*JSONElement_Text) String

func (m *JSONElement_Text) String() string

func (*JSONElement_Text) Unmarshal

func (m *JSONElement_Text) Unmarshal(dAtA []byte) error

func (*JSONElement_Text) XXX_DiscardUnknown

func (m *JSONElement_Text) XXX_DiscardUnknown()

func (*JSONElement_Text) XXX_Marshal

func (m *JSONElement_Text) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_Text) XXX_Merge

func (m *JSONElement_Text) XXX_Merge(src proto.Message)

func (*JSONElement_Text) XXX_Size

func (m *JSONElement_Text) XXX_Size() int

func (*JSONElement_Text) XXX_Unmarshal

func (m *JSONElement_Text) XXX_Unmarshal(b []byte) error

type JSONElement_Text_

type JSONElement_Text_ struct {
	Text *JSONElement_Text `protobuf:"bytes,5,opt,name=text,proto3,oneof" json:"text,omitempty"`
}

func (*JSONElement_Text_) MarshalTo

func (m *JSONElement_Text_) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Text_) MarshalToSizedBuffer

func (m *JSONElement_Text_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Text_) Size

func (m *JSONElement_Text_) Size() (n int)

type JSONElement_Tree added in v0.4.0

type JSONElement_Tree struct {
	Nodes                []*TreeNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MovedAt              *TimeTicket `protobuf:"bytes,3,opt,name=moved_at,json=movedAt,proto3" json:"moved_at,omitempty"`
	RemovedAt            *TimeTicket `protobuf:"bytes,4,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*JSONElement_Tree) Descriptor added in v0.4.0

func (*JSONElement_Tree) Descriptor() ([]byte, []int)

func (*JSONElement_Tree) GetCreatedAt added in v0.4.0

func (m *JSONElement_Tree) GetCreatedAt() *TimeTicket

func (*JSONElement_Tree) GetMovedAt added in v0.4.0

func (m *JSONElement_Tree) GetMovedAt() *TimeTicket

func (*JSONElement_Tree) GetNodes added in v0.4.0

func (m *JSONElement_Tree) GetNodes() []*TreeNode

func (*JSONElement_Tree) GetRemovedAt added in v0.4.0

func (m *JSONElement_Tree) GetRemovedAt() *TimeTicket

func (*JSONElement_Tree) Marshal added in v0.4.0

func (m *JSONElement_Tree) Marshal() (dAtA []byte, err error)

func (*JSONElement_Tree) MarshalTo added in v0.4.0

func (m *JSONElement_Tree) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Tree) MarshalToSizedBuffer added in v0.4.0

func (m *JSONElement_Tree) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Tree) ProtoMessage added in v0.4.0

func (*JSONElement_Tree) ProtoMessage()

func (*JSONElement_Tree) Reset added in v0.4.0

func (m *JSONElement_Tree) Reset()

func (*JSONElement_Tree) Size added in v0.4.0

func (m *JSONElement_Tree) Size() (n int)

func (*JSONElement_Tree) String added in v0.4.0

func (m *JSONElement_Tree) String() string

func (*JSONElement_Tree) Unmarshal added in v0.4.0

func (m *JSONElement_Tree) Unmarshal(dAtA []byte) error

func (*JSONElement_Tree) XXX_DiscardUnknown added in v0.4.0

func (m *JSONElement_Tree) XXX_DiscardUnknown()

func (*JSONElement_Tree) XXX_Marshal added in v0.4.0

func (m *JSONElement_Tree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*JSONElement_Tree) XXX_Merge added in v0.4.0

func (m *JSONElement_Tree) XXX_Merge(src proto.Message)

func (*JSONElement_Tree) XXX_Size added in v0.4.0

func (m *JSONElement_Tree) XXX_Size() int

func (*JSONElement_Tree) XXX_Unmarshal added in v0.4.0

func (m *JSONElement_Tree) XXX_Unmarshal(b []byte) error

type JSONElement_Tree_ added in v0.4.0

type JSONElement_Tree_ struct {
	Tree *JSONElement_Tree `protobuf:"bytes,7,opt,name=tree,proto3,oneof" json:"tree,omitempty"`
}

func (*JSONElement_Tree_) MarshalTo added in v0.4.0

func (m *JSONElement_Tree_) MarshalTo(dAtA []byte) (int, error)

func (*JSONElement_Tree_) MarshalToSizedBuffer added in v0.4.0

func (m *JSONElement_Tree_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*JSONElement_Tree_) Size added in v0.4.0

func (m *JSONElement_Tree_) Size() (n int)

type ListChangesRequest

type ListChangesRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	DocumentKey          string   `protobuf:"bytes,2,opt,name=document_key,json=documentKey,proto3" json:"document_key,omitempty"`
	PreviousSeq          int64    `protobuf:"varint,3,opt,name=previous_seq,json=previousSeq,proto3" json:"previous_seq,omitempty"`
	PageSize             int32    `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	IsForward            bool     `protobuf:"varint,5,opt,name=is_forward,json=isForward,proto3" json:"is_forward,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListChangesRequest) Descriptor

func (*ListChangesRequest) Descriptor() ([]byte, []int)

func (*ListChangesRequest) GetDocumentKey

func (m *ListChangesRequest) GetDocumentKey() string

func (*ListChangesRequest) GetIsForward

func (m *ListChangesRequest) GetIsForward() bool

func (*ListChangesRequest) GetPageSize

func (m *ListChangesRequest) GetPageSize() int32

func (*ListChangesRequest) GetPreviousSeq

func (m *ListChangesRequest) GetPreviousSeq() int64

func (*ListChangesRequest) GetProjectName

func (m *ListChangesRequest) GetProjectName() string

func (*ListChangesRequest) Marshal

func (m *ListChangesRequest) Marshal() (dAtA []byte, err error)

func (*ListChangesRequest) MarshalTo

func (m *ListChangesRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListChangesRequest) MarshalToSizedBuffer

func (m *ListChangesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListChangesRequest) ProtoMessage

func (*ListChangesRequest) ProtoMessage()

func (*ListChangesRequest) Reset

func (m *ListChangesRequest) Reset()

func (*ListChangesRequest) Size

func (m *ListChangesRequest) Size() (n int)

func (*ListChangesRequest) String

func (m *ListChangesRequest) String() string

func (*ListChangesRequest) Unmarshal

func (m *ListChangesRequest) Unmarshal(dAtA []byte) error

func (*ListChangesRequest) XXX_DiscardUnknown

func (m *ListChangesRequest) XXX_DiscardUnknown()

func (*ListChangesRequest) XXX_Marshal

func (m *ListChangesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChangesRequest) XXX_Merge

func (m *ListChangesRequest) XXX_Merge(src proto.Message)

func (*ListChangesRequest) XXX_Size

func (m *ListChangesRequest) XXX_Size() int

func (*ListChangesRequest) XXX_Unmarshal

func (m *ListChangesRequest) XXX_Unmarshal(b []byte) error

type ListChangesResponse

type ListChangesResponse struct {
	Changes              []*Change `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ListChangesResponse) Descriptor

func (*ListChangesResponse) Descriptor() ([]byte, []int)

func (*ListChangesResponse) GetChanges

func (m *ListChangesResponse) GetChanges() []*Change

func (*ListChangesResponse) Marshal

func (m *ListChangesResponse) Marshal() (dAtA []byte, err error)

func (*ListChangesResponse) MarshalTo

func (m *ListChangesResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListChangesResponse) MarshalToSizedBuffer

func (m *ListChangesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListChangesResponse) ProtoMessage

func (*ListChangesResponse) ProtoMessage()

func (*ListChangesResponse) Reset

func (m *ListChangesResponse) Reset()

func (*ListChangesResponse) Size

func (m *ListChangesResponse) Size() (n int)

func (*ListChangesResponse) String

func (m *ListChangesResponse) String() string

func (*ListChangesResponse) Unmarshal

func (m *ListChangesResponse) Unmarshal(dAtA []byte) error

func (*ListChangesResponse) XXX_DiscardUnknown

func (m *ListChangesResponse) XXX_DiscardUnknown()

func (*ListChangesResponse) XXX_Marshal

func (m *ListChangesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListChangesResponse) XXX_Merge

func (m *ListChangesResponse) XXX_Merge(src proto.Message)

func (*ListChangesResponse) XXX_Size

func (m *ListChangesResponse) XXX_Size() int

func (*ListChangesResponse) XXX_Unmarshal

func (m *ListChangesResponse) XXX_Unmarshal(b []byte) error

type ListDocumentsRequest

type ListDocumentsRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	PreviousId           string   `protobuf:"bytes,2,opt,name=previous_id,json=previousId,proto3" json:"previous_id,omitempty"`
	PageSize             int32    `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	IsForward            bool     `protobuf:"varint,4,opt,name=is_forward,json=isForward,proto3" json:"is_forward,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDocumentsRequest) Descriptor

func (*ListDocumentsRequest) Descriptor() ([]byte, []int)

func (*ListDocumentsRequest) GetIsForward

func (m *ListDocumentsRequest) GetIsForward() bool

func (*ListDocumentsRequest) GetPageSize

func (m *ListDocumentsRequest) GetPageSize() int32

func (*ListDocumentsRequest) GetPreviousId

func (m *ListDocumentsRequest) GetPreviousId() string

func (*ListDocumentsRequest) GetProjectName

func (m *ListDocumentsRequest) GetProjectName() string

func (*ListDocumentsRequest) Marshal

func (m *ListDocumentsRequest) Marshal() (dAtA []byte, err error)

func (*ListDocumentsRequest) MarshalTo

func (m *ListDocumentsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListDocumentsRequest) MarshalToSizedBuffer

func (m *ListDocumentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDocumentsRequest) ProtoMessage

func (*ListDocumentsRequest) ProtoMessage()

func (*ListDocumentsRequest) Reset

func (m *ListDocumentsRequest) Reset()

func (*ListDocumentsRequest) Size

func (m *ListDocumentsRequest) Size() (n int)

func (*ListDocumentsRequest) String

func (m *ListDocumentsRequest) String() string

func (*ListDocumentsRequest) Unmarshal

func (m *ListDocumentsRequest) Unmarshal(dAtA []byte) error

func (*ListDocumentsRequest) XXX_DiscardUnknown

func (m *ListDocumentsRequest) XXX_DiscardUnknown()

func (*ListDocumentsRequest) XXX_Marshal

func (m *ListDocumentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocumentsRequest) XXX_Merge

func (m *ListDocumentsRequest) XXX_Merge(src proto.Message)

func (*ListDocumentsRequest) XXX_Size

func (m *ListDocumentsRequest) XXX_Size() int

func (*ListDocumentsRequest) XXX_Unmarshal

func (m *ListDocumentsRequest) XXX_Unmarshal(b []byte) error

type ListDocumentsResponse

type ListDocumentsResponse struct {
	Documents            []*DocumentSummary `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListDocumentsResponse) Descriptor

func (*ListDocumentsResponse) Descriptor() ([]byte, []int)

func (*ListDocumentsResponse) GetDocuments

func (m *ListDocumentsResponse) GetDocuments() []*DocumentSummary

func (*ListDocumentsResponse) Marshal

func (m *ListDocumentsResponse) Marshal() (dAtA []byte, err error)

func (*ListDocumentsResponse) MarshalTo

func (m *ListDocumentsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListDocumentsResponse) MarshalToSizedBuffer

func (m *ListDocumentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListDocumentsResponse) ProtoMessage

func (*ListDocumentsResponse) ProtoMessage()

func (*ListDocumentsResponse) Reset

func (m *ListDocumentsResponse) Reset()

func (*ListDocumentsResponse) Size

func (m *ListDocumentsResponse) Size() (n int)

func (*ListDocumentsResponse) String

func (m *ListDocumentsResponse) String() string

func (*ListDocumentsResponse) Unmarshal

func (m *ListDocumentsResponse) Unmarshal(dAtA []byte) error

func (*ListDocumentsResponse) XXX_DiscardUnknown

func (m *ListDocumentsResponse) XXX_DiscardUnknown()

func (*ListDocumentsResponse) XXX_Marshal

func (m *ListDocumentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListDocumentsResponse) XXX_Merge

func (m *ListDocumentsResponse) XXX_Merge(src proto.Message)

func (*ListDocumentsResponse) XXX_Size

func (m *ListDocumentsResponse) XXX_Size() int

func (*ListDocumentsResponse) XXX_Unmarshal

func (m *ListDocumentsResponse) XXX_Unmarshal(b []byte) error

type ListProjectsRequest

type ListProjectsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListProjectsRequest) Descriptor

func (*ListProjectsRequest) Descriptor() ([]byte, []int)

func (*ListProjectsRequest) Marshal

func (m *ListProjectsRequest) Marshal() (dAtA []byte, err error)

func (*ListProjectsRequest) MarshalTo

func (m *ListProjectsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ListProjectsRequest) MarshalToSizedBuffer

func (m *ListProjectsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) Reset

func (m *ListProjectsRequest) Reset()

func (*ListProjectsRequest) Size

func (m *ListProjectsRequest) Size() (n int)

func (*ListProjectsRequest) String

func (m *ListProjectsRequest) String() string

func (*ListProjectsRequest) Unmarshal

func (m *ListProjectsRequest) Unmarshal(dAtA []byte) error

func (*ListProjectsRequest) XXX_DiscardUnknown

func (m *ListProjectsRequest) XXX_DiscardUnknown()

func (*ListProjectsRequest) XXX_Marshal

func (m *ListProjectsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListProjectsRequest) XXX_Merge

func (m *ListProjectsRequest) XXX_Merge(src proto.Message)

func (*ListProjectsRequest) XXX_Size

func (m *ListProjectsRequest) XXX_Size() int

func (*ListProjectsRequest) XXX_Unmarshal

func (m *ListProjectsRequest) XXX_Unmarshal(b []byte) error

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects             []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ListProjectsResponse) Descriptor

func (*ListProjectsResponse) Descriptor() ([]byte, []int)

func (*ListProjectsResponse) GetProjects

func (m *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) Marshal

func (m *ListProjectsResponse) Marshal() (dAtA []byte, err error)

func (*ListProjectsResponse) MarshalTo

func (m *ListProjectsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ListProjectsResponse) MarshalToSizedBuffer

func (m *ListProjectsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) Reset

func (m *ListProjectsResponse) Reset()

func (*ListProjectsResponse) Size

func (m *ListProjectsResponse) Size() (n int)

func (*ListProjectsResponse) String

func (m *ListProjectsResponse) String() string

func (*ListProjectsResponse) Unmarshal

func (m *ListProjectsResponse) Unmarshal(dAtA []byte) error

func (*ListProjectsResponse) XXX_DiscardUnknown

func (m *ListProjectsResponse) XXX_DiscardUnknown()

func (*ListProjectsResponse) XXX_Marshal

func (m *ListProjectsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListProjectsResponse) XXX_Merge

func (m *ListProjectsResponse) XXX_Merge(src proto.Message)

func (*ListProjectsResponse) XXX_Size

func (m *ListProjectsResponse) XXX_Size() int

func (*ListProjectsResponse) XXX_Unmarshal

func (m *ListProjectsResponse) XXX_Unmarshal(b []byte) error

type LogInRequest

type LogInRequest struct {
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogInRequest) Descriptor

func (*LogInRequest) Descriptor() ([]byte, []int)

func (*LogInRequest) GetPassword

func (m *LogInRequest) GetPassword() string

func (*LogInRequest) GetUsername

func (m *LogInRequest) GetUsername() string

func (*LogInRequest) Marshal

func (m *LogInRequest) Marshal() (dAtA []byte, err error)

func (*LogInRequest) MarshalTo

func (m *LogInRequest) MarshalTo(dAtA []byte) (int, error)

func (*LogInRequest) MarshalToSizedBuffer

func (m *LogInRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogInRequest) ProtoMessage

func (*LogInRequest) ProtoMessage()

func (*LogInRequest) Reset

func (m *LogInRequest) Reset()

func (*LogInRequest) Size

func (m *LogInRequest) Size() (n int)

func (*LogInRequest) String

func (m *LogInRequest) String() string

func (*LogInRequest) Unmarshal

func (m *LogInRequest) Unmarshal(dAtA []byte) error

func (*LogInRequest) XXX_DiscardUnknown

func (m *LogInRequest) XXX_DiscardUnknown()

func (*LogInRequest) XXX_Marshal

func (m *LogInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogInRequest) XXX_Merge

func (m *LogInRequest) XXX_Merge(src proto.Message)

func (*LogInRequest) XXX_Size

func (m *LogInRequest) XXX_Size() int

func (*LogInRequest) XXX_Unmarshal

func (m *LogInRequest) XXX_Unmarshal(b []byte) error

type LogInResponse

type LogInResponse struct {
	Token                string   `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LogInResponse) Descriptor

func (*LogInResponse) Descriptor() ([]byte, []int)

func (*LogInResponse) GetToken

func (m *LogInResponse) GetToken() string

func (*LogInResponse) Marshal

func (m *LogInResponse) Marshal() (dAtA []byte, err error)

func (*LogInResponse) MarshalTo

func (m *LogInResponse) MarshalTo(dAtA []byte) (int, error)

func (*LogInResponse) MarshalToSizedBuffer

func (m *LogInResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*LogInResponse) ProtoMessage

func (*LogInResponse) ProtoMessage()

func (*LogInResponse) Reset

func (m *LogInResponse) Reset()

func (*LogInResponse) Size

func (m *LogInResponse) Size() (n int)

func (*LogInResponse) String

func (m *LogInResponse) String() string

func (*LogInResponse) Unmarshal

func (m *LogInResponse) Unmarshal(dAtA []byte) error

func (*LogInResponse) XXX_DiscardUnknown

func (m *LogInResponse) XXX_DiscardUnknown()

func (*LogInResponse) XXX_Marshal

func (m *LogInResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LogInResponse) XXX_Merge

func (m *LogInResponse) XXX_Merge(src proto.Message)

func (*LogInResponse) XXX_Size

func (m *LogInResponse) XXX_Size() int

func (*LogInResponse) XXX_Unmarshal

func (m *LogInResponse) XXX_Unmarshal(b []byte) error

type NodeAttr added in v0.4.2

type NodeAttr struct {
	Value                string      `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	UpdatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*NodeAttr) Descriptor added in v0.4.2

func (*NodeAttr) Descriptor() ([]byte, []int)

func (*NodeAttr) GetUpdatedAt added in v0.4.2

func (m *NodeAttr) GetUpdatedAt() *TimeTicket

func (*NodeAttr) GetValue added in v0.4.2

func (m *NodeAttr) GetValue() string

func (*NodeAttr) Marshal added in v0.4.2

func (m *NodeAttr) Marshal() (dAtA []byte, err error)

func (*NodeAttr) MarshalTo added in v0.4.2

func (m *NodeAttr) MarshalTo(dAtA []byte) (int, error)

func (*NodeAttr) MarshalToSizedBuffer added in v0.4.2

func (m *NodeAttr) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NodeAttr) ProtoMessage added in v0.4.2

func (*NodeAttr) ProtoMessage()

func (*NodeAttr) Reset added in v0.4.2

func (m *NodeAttr) Reset()

func (*NodeAttr) Size added in v0.4.2

func (m *NodeAttr) Size() (n int)

func (*NodeAttr) String added in v0.4.2

func (m *NodeAttr) String() string

func (*NodeAttr) Unmarshal added in v0.4.2

func (m *NodeAttr) Unmarshal(dAtA []byte) error

func (*NodeAttr) XXX_DiscardUnknown added in v0.4.2

func (m *NodeAttr) XXX_DiscardUnknown()

func (*NodeAttr) XXX_Marshal added in v0.4.2

func (m *NodeAttr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NodeAttr) XXX_Merge added in v0.4.2

func (m *NodeAttr) XXX_Merge(src proto.Message)

func (*NodeAttr) XXX_Size added in v0.4.2

func (m *NodeAttr) XXX_Size() int

func (*NodeAttr) XXX_Unmarshal added in v0.4.2

func (m *NodeAttr) XXX_Unmarshal(b []byte) error

type Operation

type Operation struct {
	// Types that are valid to be assigned to Body:
	//
	//	*Operation_Set_
	//	*Operation_Add_
	//	*Operation_Move_
	//	*Operation_Remove_
	//	*Operation_Edit_
	//	*Operation_Select_
	//	*Operation_Style_
	//	*Operation_Increase_
	//	*Operation_TreeEdit_
	//	*Operation_TreeStyle_
	Body                 isOperation_Body `protobuf_oneof:"body"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*Operation) Descriptor

func (*Operation) Descriptor() ([]byte, []int)

func (*Operation) GetAdd

func (m *Operation) GetAdd() *Operation_Add

func (*Operation) GetBody

func (m *Operation) GetBody() isOperation_Body

func (*Operation) GetEdit

func (m *Operation) GetEdit() *Operation_Edit

func (*Operation) GetIncrease

func (m *Operation) GetIncrease() *Operation_Increase

func (*Operation) GetMove

func (m *Operation) GetMove() *Operation_Move

func (*Operation) GetRemove

func (m *Operation) GetRemove() *Operation_Remove

func (*Operation) GetSelect

func (m *Operation) GetSelect() *Operation_Select

func (*Operation) GetSet

func (m *Operation) GetSet() *Operation_Set

func (*Operation) GetStyle

func (m *Operation) GetStyle() *Operation_Style

func (*Operation) GetTreeEdit added in v0.4.0

func (m *Operation) GetTreeEdit() *Operation_TreeEdit

func (*Operation) GetTreeStyle added in v0.4.2

func (m *Operation) GetTreeStyle() *Operation_TreeStyle

func (*Operation) Marshal

func (m *Operation) Marshal() (dAtA []byte, err error)

func (*Operation) MarshalTo

func (m *Operation) MarshalTo(dAtA []byte) (int, error)

func (*Operation) MarshalToSizedBuffer

func (m *Operation) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) Reset

func (m *Operation) Reset()

func (*Operation) Size

func (m *Operation) Size() (n int)

func (*Operation) String

func (m *Operation) String() string

func (*Operation) Unmarshal

func (m *Operation) Unmarshal(dAtA []byte) error

func (*Operation) XXX_DiscardUnknown

func (m *Operation) XXX_DiscardUnknown()

func (*Operation) XXX_Marshal

func (m *Operation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation) XXX_Merge

func (m *Operation) XXX_Merge(src proto.Message)

func (*Operation) XXX_OneofWrappers

func (*Operation) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Operation) XXX_Size

func (m *Operation) XXX_Size() int

func (*Operation) XXX_Unmarshal

func (m *Operation) XXX_Unmarshal(b []byte) error

type Operation_Add

type Operation_Add struct {
	ParentCreatedAt      *TimeTicket        `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	PrevCreatedAt        *TimeTicket        `protobuf:"bytes,2,opt,name=prev_created_at,json=prevCreatedAt,proto3" json:"prev_created_at,omitempty"`
	Value                *JSONElementSimple `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ExecutedAt           *TimeTicket        `protobuf:"bytes,4,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Operation_Add) Descriptor

func (*Operation_Add) Descriptor() ([]byte, []int)

func (*Operation_Add) GetExecutedAt

func (m *Operation_Add) GetExecutedAt() *TimeTicket

func (*Operation_Add) GetParentCreatedAt

func (m *Operation_Add) GetParentCreatedAt() *TimeTicket

func (*Operation_Add) GetPrevCreatedAt

func (m *Operation_Add) GetPrevCreatedAt() *TimeTicket

func (*Operation_Add) GetValue

func (m *Operation_Add) GetValue() *JSONElementSimple

func (*Operation_Add) Marshal

func (m *Operation_Add) Marshal() (dAtA []byte, err error)

func (*Operation_Add) MarshalTo

func (m *Operation_Add) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Add) MarshalToSizedBuffer

func (m *Operation_Add) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Add) ProtoMessage

func (*Operation_Add) ProtoMessage()

func (*Operation_Add) Reset

func (m *Operation_Add) Reset()

func (*Operation_Add) Size

func (m *Operation_Add) Size() (n int)

func (*Operation_Add) String

func (m *Operation_Add) String() string

func (*Operation_Add) Unmarshal

func (m *Operation_Add) Unmarshal(dAtA []byte) error

func (*Operation_Add) XXX_DiscardUnknown

func (m *Operation_Add) XXX_DiscardUnknown()

func (*Operation_Add) XXX_Marshal

func (m *Operation_Add) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Add) XXX_Merge

func (m *Operation_Add) XXX_Merge(src proto.Message)

func (*Operation_Add) XXX_Size

func (m *Operation_Add) XXX_Size() int

func (*Operation_Add) XXX_Unmarshal

func (m *Operation_Add) XXX_Unmarshal(b []byte) error

type Operation_Add_

type Operation_Add_ struct {
	Add *Operation_Add `protobuf:"bytes,2,opt,name=add,proto3,oneof" json:"add,omitempty"`
}

func (*Operation_Add_) MarshalTo

func (m *Operation_Add_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Add_) MarshalToSizedBuffer

func (m *Operation_Add_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Add_) Size

func (m *Operation_Add_) Size() (n int)

type Operation_Edit

type Operation_Edit struct {
	ParentCreatedAt      *TimeTicket            `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	From                 *TextNodePos           `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   *TextNodePos           `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	CreatedAtMapByActor  map[string]*TimeTicket `` /* 212-byte string literal not displayed */
	Content              string                 `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	ExecutedAt           *TimeTicket            `protobuf:"bytes,6,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	Attributes           map[string]string      `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*Operation_Edit) Descriptor

func (*Operation_Edit) Descriptor() ([]byte, []int)

func (*Operation_Edit) GetAttributes added in v0.3.0

func (m *Operation_Edit) GetAttributes() map[string]string

func (*Operation_Edit) GetContent

func (m *Operation_Edit) GetContent() string

func (*Operation_Edit) GetCreatedAtMapByActor

func (m *Operation_Edit) GetCreatedAtMapByActor() map[string]*TimeTicket

func (*Operation_Edit) GetExecutedAt

func (m *Operation_Edit) GetExecutedAt() *TimeTicket

func (*Operation_Edit) GetFrom

func (m *Operation_Edit) GetFrom() *TextNodePos

func (*Operation_Edit) GetParentCreatedAt

func (m *Operation_Edit) GetParentCreatedAt() *TimeTicket

func (*Operation_Edit) GetTo

func (m *Operation_Edit) GetTo() *TextNodePos

func (*Operation_Edit) Marshal

func (m *Operation_Edit) Marshal() (dAtA []byte, err error)

func (*Operation_Edit) MarshalTo

func (m *Operation_Edit) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Edit) MarshalToSizedBuffer

func (m *Operation_Edit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Edit) ProtoMessage

func (*Operation_Edit) ProtoMessage()

func (*Operation_Edit) Reset

func (m *Operation_Edit) Reset()

func (*Operation_Edit) Size

func (m *Operation_Edit) Size() (n int)

func (*Operation_Edit) String

func (m *Operation_Edit) String() string

func (*Operation_Edit) Unmarshal

func (m *Operation_Edit) Unmarshal(dAtA []byte) error

func (*Operation_Edit) XXX_DiscardUnknown

func (m *Operation_Edit) XXX_DiscardUnknown()

func (*Operation_Edit) XXX_Marshal

func (m *Operation_Edit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Edit) XXX_Merge

func (m *Operation_Edit) XXX_Merge(src proto.Message)

func (*Operation_Edit) XXX_Size

func (m *Operation_Edit) XXX_Size() int

func (*Operation_Edit) XXX_Unmarshal

func (m *Operation_Edit) XXX_Unmarshal(b []byte) error

type Operation_Edit_

type Operation_Edit_ struct {
	Edit *Operation_Edit `protobuf:"bytes,5,opt,name=edit,proto3,oneof" json:"edit,omitempty"`
}

func (*Operation_Edit_) MarshalTo

func (m *Operation_Edit_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Edit_) MarshalToSizedBuffer

func (m *Operation_Edit_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Edit_) Size

func (m *Operation_Edit_) Size() (n int)

type Operation_Increase

type Operation_Increase struct {
	ParentCreatedAt      *TimeTicket        `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	Value                *JSONElementSimple `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	ExecutedAt           *TimeTicket        `protobuf:"bytes,3,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Operation_Increase) Descriptor

func (*Operation_Increase) Descriptor() ([]byte, []int)

func (*Operation_Increase) GetExecutedAt

func (m *Operation_Increase) GetExecutedAt() *TimeTicket

func (*Operation_Increase) GetParentCreatedAt

func (m *Operation_Increase) GetParentCreatedAt() *TimeTicket

func (*Operation_Increase) GetValue

func (m *Operation_Increase) GetValue() *JSONElementSimple

func (*Operation_Increase) Marshal

func (m *Operation_Increase) Marshal() (dAtA []byte, err error)

func (*Operation_Increase) MarshalTo

func (m *Operation_Increase) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Increase) MarshalToSizedBuffer

func (m *Operation_Increase) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Increase) ProtoMessage

func (*Operation_Increase) ProtoMessage()

func (*Operation_Increase) Reset

func (m *Operation_Increase) Reset()

func (*Operation_Increase) Size

func (m *Operation_Increase) Size() (n int)

func (*Operation_Increase) String

func (m *Operation_Increase) String() string

func (*Operation_Increase) Unmarshal

func (m *Operation_Increase) Unmarshal(dAtA []byte) error

func (*Operation_Increase) XXX_DiscardUnknown

func (m *Operation_Increase) XXX_DiscardUnknown()

func (*Operation_Increase) XXX_Marshal

func (m *Operation_Increase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Increase) XXX_Merge

func (m *Operation_Increase) XXX_Merge(src proto.Message)

func (*Operation_Increase) XXX_Size

func (m *Operation_Increase) XXX_Size() int

func (*Operation_Increase) XXX_Unmarshal

func (m *Operation_Increase) XXX_Unmarshal(b []byte) error

type Operation_Increase_

type Operation_Increase_ struct {
	Increase *Operation_Increase `protobuf:"bytes,8,opt,name=increase,proto3,oneof" json:"increase,omitempty"`
}

func (*Operation_Increase_) MarshalTo

func (m *Operation_Increase_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Increase_) MarshalToSizedBuffer

func (m *Operation_Increase_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Increase_) Size

func (m *Operation_Increase_) Size() (n int)

type Operation_Move

type Operation_Move struct {
	ParentCreatedAt      *TimeTicket `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	PrevCreatedAt        *TimeTicket `protobuf:"bytes,2,opt,name=prev_created_at,json=prevCreatedAt,proto3" json:"prev_created_at,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExecutedAt           *TimeTicket `protobuf:"bytes,4,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Operation_Move) Descriptor

func (*Operation_Move) Descriptor() ([]byte, []int)

func (*Operation_Move) GetCreatedAt

func (m *Operation_Move) GetCreatedAt() *TimeTicket

func (*Operation_Move) GetExecutedAt

func (m *Operation_Move) GetExecutedAt() *TimeTicket

func (*Operation_Move) GetParentCreatedAt

func (m *Operation_Move) GetParentCreatedAt() *TimeTicket

func (*Operation_Move) GetPrevCreatedAt

func (m *Operation_Move) GetPrevCreatedAt() *TimeTicket

func (*Operation_Move) Marshal

func (m *Operation_Move) Marshal() (dAtA []byte, err error)

func (*Operation_Move) MarshalTo

func (m *Operation_Move) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Move) MarshalToSizedBuffer

func (m *Operation_Move) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Move) ProtoMessage

func (*Operation_Move) ProtoMessage()

func (*Operation_Move) Reset

func (m *Operation_Move) Reset()

func (*Operation_Move) Size

func (m *Operation_Move) Size() (n int)

func (*Operation_Move) String

func (m *Operation_Move) String() string

func (*Operation_Move) Unmarshal

func (m *Operation_Move) Unmarshal(dAtA []byte) error

func (*Operation_Move) XXX_DiscardUnknown

func (m *Operation_Move) XXX_DiscardUnknown()

func (*Operation_Move) XXX_Marshal

func (m *Operation_Move) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Move) XXX_Merge

func (m *Operation_Move) XXX_Merge(src proto.Message)

func (*Operation_Move) XXX_Size

func (m *Operation_Move) XXX_Size() int

func (*Operation_Move) XXX_Unmarshal

func (m *Operation_Move) XXX_Unmarshal(b []byte) error

type Operation_Move_

type Operation_Move_ struct {
	Move *Operation_Move `protobuf:"bytes,3,opt,name=move,proto3,oneof" json:"move,omitempty"`
}

func (*Operation_Move_) MarshalTo

func (m *Operation_Move_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Move_) MarshalToSizedBuffer

func (m *Operation_Move_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Move_) Size

func (m *Operation_Move_) Size() (n int)

type Operation_Remove

type Operation_Remove struct {
	ParentCreatedAt      *TimeTicket `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	CreatedAt            *TimeTicket `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExecutedAt           *TimeTicket `protobuf:"bytes,3,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Operation_Remove) Descriptor

func (*Operation_Remove) Descriptor() ([]byte, []int)

func (*Operation_Remove) GetCreatedAt

func (m *Operation_Remove) GetCreatedAt() *TimeTicket

func (*Operation_Remove) GetExecutedAt

func (m *Operation_Remove) GetExecutedAt() *TimeTicket

func (*Operation_Remove) GetParentCreatedAt

func (m *Operation_Remove) GetParentCreatedAt() *TimeTicket

func (*Operation_Remove) Marshal

func (m *Operation_Remove) Marshal() (dAtA []byte, err error)

func (*Operation_Remove) MarshalTo

func (m *Operation_Remove) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Remove) MarshalToSizedBuffer

func (m *Operation_Remove) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Remove) ProtoMessage

func (*Operation_Remove) ProtoMessage()

func (*Operation_Remove) Reset

func (m *Operation_Remove) Reset()

func (*Operation_Remove) Size

func (m *Operation_Remove) Size() (n int)

func (*Operation_Remove) String

func (m *Operation_Remove) String() string

func (*Operation_Remove) Unmarshal

func (m *Operation_Remove) Unmarshal(dAtA []byte) error

func (*Operation_Remove) XXX_DiscardUnknown

func (m *Operation_Remove) XXX_DiscardUnknown()

func (*Operation_Remove) XXX_Marshal

func (m *Operation_Remove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Remove) XXX_Merge

func (m *Operation_Remove) XXX_Merge(src proto.Message)

func (*Operation_Remove) XXX_Size

func (m *Operation_Remove) XXX_Size() int

func (*Operation_Remove) XXX_Unmarshal

func (m *Operation_Remove) XXX_Unmarshal(b []byte) error

type Operation_Remove_

type Operation_Remove_ struct {
	Remove *Operation_Remove `protobuf:"bytes,4,opt,name=remove,proto3,oneof" json:"remove,omitempty"`
}

func (*Operation_Remove_) MarshalTo

func (m *Operation_Remove_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Remove_) MarshalToSizedBuffer

func (m *Operation_Remove_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Remove_) Size

func (m *Operation_Remove_) Size() (n int)

type Operation_Select

type Operation_Select struct {
	ParentCreatedAt      *TimeTicket  `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	From                 *TextNodePos `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   *TextNodePos `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	ExecutedAt           *TimeTicket  `protobuf:"bytes,4,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Operation_Select) Descriptor

func (*Operation_Select) Descriptor() ([]byte, []int)

func (*Operation_Select) GetExecutedAt

func (m *Operation_Select) GetExecutedAt() *TimeTicket

func (*Operation_Select) GetFrom

func (m *Operation_Select) GetFrom() *TextNodePos

func (*Operation_Select) GetParentCreatedAt

func (m *Operation_Select) GetParentCreatedAt() *TimeTicket

func (*Operation_Select) GetTo

func (m *Operation_Select) GetTo() *TextNodePos

func (*Operation_Select) Marshal

func (m *Operation_Select) Marshal() (dAtA []byte, err error)

func (*Operation_Select) MarshalTo

func (m *Operation_Select) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Select) MarshalToSizedBuffer

func (m *Operation_Select) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Select) ProtoMessage

func (*Operation_Select) ProtoMessage()

func (*Operation_Select) Reset

func (m *Operation_Select) Reset()

func (*Operation_Select) Size

func (m *Operation_Select) Size() (n int)

func (*Operation_Select) String

func (m *Operation_Select) String() string

func (*Operation_Select) Unmarshal

func (m *Operation_Select) Unmarshal(dAtA []byte) error

func (*Operation_Select) XXX_DiscardUnknown

func (m *Operation_Select) XXX_DiscardUnknown()

func (*Operation_Select) XXX_Marshal

func (m *Operation_Select) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Select) XXX_Merge

func (m *Operation_Select) XXX_Merge(src proto.Message)

func (*Operation_Select) XXX_Size

func (m *Operation_Select) XXX_Size() int

func (*Operation_Select) XXX_Unmarshal

func (m *Operation_Select) XXX_Unmarshal(b []byte) error

type Operation_Select_

type Operation_Select_ struct {
	Select *Operation_Select `protobuf:"bytes,6,opt,name=select,proto3,oneof" json:"select,omitempty"`
}

func (*Operation_Select_) MarshalTo

func (m *Operation_Select_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Select_) MarshalToSizedBuffer

func (m *Operation_Select_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Select_) Size

func (m *Operation_Select_) Size() (n int)

type Operation_Set

type Operation_Set struct {
	ParentCreatedAt      *TimeTicket        `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	Key                  string             `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value                *JSONElementSimple `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ExecutedAt           *TimeTicket        `protobuf:"bytes,4,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*Operation_Set) Descriptor

func (*Operation_Set) Descriptor() ([]byte, []int)

func (*Operation_Set) GetExecutedAt

func (m *Operation_Set) GetExecutedAt() *TimeTicket

func (*Operation_Set) GetKey

func (m *Operation_Set) GetKey() string

func (*Operation_Set) GetParentCreatedAt

func (m *Operation_Set) GetParentCreatedAt() *TimeTicket

func (*Operation_Set) GetValue

func (m *Operation_Set) GetValue() *JSONElementSimple

func (*Operation_Set) Marshal

func (m *Operation_Set) Marshal() (dAtA []byte, err error)

func (*Operation_Set) MarshalTo

func (m *Operation_Set) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Set) MarshalToSizedBuffer

func (m *Operation_Set) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Set) ProtoMessage

func (*Operation_Set) ProtoMessage()

func (*Operation_Set) Reset

func (m *Operation_Set) Reset()

func (*Operation_Set) Size

func (m *Operation_Set) Size() (n int)

func (*Operation_Set) String

func (m *Operation_Set) String() string

func (*Operation_Set) Unmarshal

func (m *Operation_Set) Unmarshal(dAtA []byte) error

func (*Operation_Set) XXX_DiscardUnknown

func (m *Operation_Set) XXX_DiscardUnknown()

func (*Operation_Set) XXX_Marshal

func (m *Operation_Set) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Set) XXX_Merge

func (m *Operation_Set) XXX_Merge(src proto.Message)

func (*Operation_Set) XXX_Size

func (m *Operation_Set) XXX_Size() int

func (*Operation_Set) XXX_Unmarshal

func (m *Operation_Set) XXX_Unmarshal(b []byte) error

type Operation_Set_

type Operation_Set_ struct {
	Set *Operation_Set `protobuf:"bytes,1,opt,name=set,proto3,oneof" json:"set,omitempty"`
}

func (*Operation_Set_) MarshalTo

func (m *Operation_Set_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Set_) MarshalToSizedBuffer

func (m *Operation_Set_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Set_) Size

func (m *Operation_Set_) Size() (n int)

type Operation_Style

type Operation_Style struct {
	ParentCreatedAt      *TimeTicket       `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	From                 *TextNodePos      `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   *TextNodePos      `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Attributes           map[string]string `` /* 161-byte string literal not displayed */
	ExecutedAt           *TimeTicket       `protobuf:"bytes,5,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Operation_Style) Descriptor

func (*Operation_Style) Descriptor() ([]byte, []int)

func (*Operation_Style) GetAttributes

func (m *Operation_Style) GetAttributes() map[string]string

func (*Operation_Style) GetExecutedAt

func (m *Operation_Style) GetExecutedAt() *TimeTicket

func (*Operation_Style) GetFrom

func (m *Operation_Style) GetFrom() *TextNodePos

func (*Operation_Style) GetParentCreatedAt

func (m *Operation_Style) GetParentCreatedAt() *TimeTicket

func (*Operation_Style) GetTo

func (m *Operation_Style) GetTo() *TextNodePos

func (*Operation_Style) Marshal

func (m *Operation_Style) Marshal() (dAtA []byte, err error)

func (*Operation_Style) MarshalTo

func (m *Operation_Style) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Style) MarshalToSizedBuffer

func (m *Operation_Style) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Style) ProtoMessage

func (*Operation_Style) ProtoMessage()

func (*Operation_Style) Reset

func (m *Operation_Style) Reset()

func (*Operation_Style) Size

func (m *Operation_Style) Size() (n int)

func (*Operation_Style) String

func (m *Operation_Style) String() string

func (*Operation_Style) Unmarshal

func (m *Operation_Style) Unmarshal(dAtA []byte) error

func (*Operation_Style) XXX_DiscardUnknown

func (m *Operation_Style) XXX_DiscardUnknown()

func (*Operation_Style) XXX_Marshal

func (m *Operation_Style) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_Style) XXX_Merge

func (m *Operation_Style) XXX_Merge(src proto.Message)

func (*Operation_Style) XXX_Size

func (m *Operation_Style) XXX_Size() int

func (*Operation_Style) XXX_Unmarshal

func (m *Operation_Style) XXX_Unmarshal(b []byte) error

type Operation_Style_

type Operation_Style_ struct {
	Style *Operation_Style `protobuf:"bytes,7,opt,name=style,proto3,oneof" json:"style,omitempty"`
}

func (*Operation_Style_) MarshalTo

func (m *Operation_Style_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_Style_) MarshalToSizedBuffer

func (m *Operation_Style_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_Style_) Size

func (m *Operation_Style_) Size() (n int)

type Operation_TreeEdit added in v0.4.0

type Operation_TreeEdit struct {
	ParentCreatedAt      *TimeTicket `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	From                 *TreePos    `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   *TreePos    `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Content              []*TreeNode `protobuf:"bytes,4,rep,name=content,proto3" json:"content,omitempty"`
	ExecutedAt           *TimeTicket `protobuf:"bytes,5,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Operation_TreeEdit) Descriptor added in v0.4.0

func (*Operation_TreeEdit) Descriptor() ([]byte, []int)

func (*Operation_TreeEdit) GetContent added in v0.4.0

func (m *Operation_TreeEdit) GetContent() []*TreeNode

func (*Operation_TreeEdit) GetExecutedAt added in v0.4.0

func (m *Operation_TreeEdit) GetExecutedAt() *TimeTicket

func (*Operation_TreeEdit) GetFrom added in v0.4.0

func (m *Operation_TreeEdit) GetFrom() *TreePos

func (*Operation_TreeEdit) GetParentCreatedAt added in v0.4.0

func (m *Operation_TreeEdit) GetParentCreatedAt() *TimeTicket

func (*Operation_TreeEdit) GetTo added in v0.4.0

func (m *Operation_TreeEdit) GetTo() *TreePos

func (*Operation_TreeEdit) Marshal added in v0.4.0

func (m *Operation_TreeEdit) Marshal() (dAtA []byte, err error)

func (*Operation_TreeEdit) MarshalTo added in v0.4.0

func (m *Operation_TreeEdit) MarshalTo(dAtA []byte) (int, error)

func (*Operation_TreeEdit) MarshalToSizedBuffer added in v0.4.0

func (m *Operation_TreeEdit) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_TreeEdit) ProtoMessage added in v0.4.0

func (*Operation_TreeEdit) ProtoMessage()

func (*Operation_TreeEdit) Reset added in v0.4.0

func (m *Operation_TreeEdit) Reset()

func (*Operation_TreeEdit) Size added in v0.4.0

func (m *Operation_TreeEdit) Size() (n int)

func (*Operation_TreeEdit) String added in v0.4.0

func (m *Operation_TreeEdit) String() string

func (*Operation_TreeEdit) Unmarshal added in v0.4.0

func (m *Operation_TreeEdit) Unmarshal(dAtA []byte) error

func (*Operation_TreeEdit) XXX_DiscardUnknown added in v0.4.0

func (m *Operation_TreeEdit) XXX_DiscardUnknown()

func (*Operation_TreeEdit) XXX_Marshal added in v0.4.0

func (m *Operation_TreeEdit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_TreeEdit) XXX_Merge added in v0.4.0

func (m *Operation_TreeEdit) XXX_Merge(src proto.Message)

func (*Operation_TreeEdit) XXX_Size added in v0.4.0

func (m *Operation_TreeEdit) XXX_Size() int

func (*Operation_TreeEdit) XXX_Unmarshal added in v0.4.0

func (m *Operation_TreeEdit) XXX_Unmarshal(b []byte) error

type Operation_TreeEdit_ added in v0.4.0

type Operation_TreeEdit_ struct {
	TreeEdit *Operation_TreeEdit `protobuf:"bytes,9,opt,name=tree_edit,json=treeEdit,proto3,oneof" json:"tree_edit,omitempty"`
}

func (*Operation_TreeEdit_) MarshalTo added in v0.4.0

func (m *Operation_TreeEdit_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_TreeEdit_) MarshalToSizedBuffer added in v0.4.0

func (m *Operation_TreeEdit_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_TreeEdit_) Size added in v0.4.0

func (m *Operation_TreeEdit_) Size() (n int)

type Operation_TreeStyle added in v0.4.2

type Operation_TreeStyle struct {
	ParentCreatedAt      *TimeTicket       `protobuf:"bytes,1,opt,name=parent_created_at,json=parentCreatedAt,proto3" json:"parent_created_at,omitempty"`
	From                 *TreePos          `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   *TreePos          `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Attributes           map[string]string `` /* 161-byte string literal not displayed */
	ExecutedAt           *TimeTicket       `protobuf:"bytes,5,opt,name=executed_at,json=executedAt,proto3" json:"executed_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Operation_TreeStyle) Descriptor added in v0.4.2

func (*Operation_TreeStyle) Descriptor() ([]byte, []int)

func (*Operation_TreeStyle) GetAttributes added in v0.4.2

func (m *Operation_TreeStyle) GetAttributes() map[string]string

func (*Operation_TreeStyle) GetExecutedAt added in v0.4.2

func (m *Operation_TreeStyle) GetExecutedAt() *TimeTicket

func (*Operation_TreeStyle) GetFrom added in v0.4.2

func (m *Operation_TreeStyle) GetFrom() *TreePos

func (*Operation_TreeStyle) GetParentCreatedAt added in v0.4.2

func (m *Operation_TreeStyle) GetParentCreatedAt() *TimeTicket

func (*Operation_TreeStyle) GetTo added in v0.4.2

func (m *Operation_TreeStyle) GetTo() *TreePos

func (*Operation_TreeStyle) Marshal added in v0.4.2

func (m *Operation_TreeStyle) Marshal() (dAtA []byte, err error)

func (*Operation_TreeStyle) MarshalTo added in v0.4.2

func (m *Operation_TreeStyle) MarshalTo(dAtA []byte) (int, error)

func (*Operation_TreeStyle) MarshalToSizedBuffer added in v0.4.2

func (m *Operation_TreeStyle) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_TreeStyle) ProtoMessage added in v0.4.2

func (*Operation_TreeStyle) ProtoMessage()

func (*Operation_TreeStyle) Reset added in v0.4.2

func (m *Operation_TreeStyle) Reset()

func (*Operation_TreeStyle) Size added in v0.4.2

func (m *Operation_TreeStyle) Size() (n int)

func (*Operation_TreeStyle) String added in v0.4.2

func (m *Operation_TreeStyle) String() string

func (*Operation_TreeStyle) Unmarshal added in v0.4.2

func (m *Operation_TreeStyle) Unmarshal(dAtA []byte) error

func (*Operation_TreeStyle) XXX_DiscardUnknown added in v0.4.2

func (m *Operation_TreeStyle) XXX_DiscardUnknown()

func (*Operation_TreeStyle) XXX_Marshal added in v0.4.2

func (m *Operation_TreeStyle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Operation_TreeStyle) XXX_Merge added in v0.4.2

func (m *Operation_TreeStyle) XXX_Merge(src proto.Message)

func (*Operation_TreeStyle) XXX_Size added in v0.4.2

func (m *Operation_TreeStyle) XXX_Size() int

func (*Operation_TreeStyle) XXX_Unmarshal added in v0.4.2

func (m *Operation_TreeStyle) XXX_Unmarshal(b []byte) error

type Operation_TreeStyle_ added in v0.4.2

type Operation_TreeStyle_ struct {
	TreeStyle *Operation_TreeStyle `protobuf:"bytes,10,opt,name=tree_style,json=treeStyle,proto3,oneof" json:"tree_style,omitempty"`
}

func (*Operation_TreeStyle_) MarshalTo added in v0.4.2

func (m *Operation_TreeStyle_) MarshalTo(dAtA []byte) (int, error)

func (*Operation_TreeStyle_) MarshalToSizedBuffer added in v0.4.2

func (m *Operation_TreeStyle_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Operation_TreeStyle_) Size added in v0.4.2

func (m *Operation_TreeStyle_) Size() (n int)

type Presence

type Presence struct {
	Clock                int32             `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Data                 map[string]string `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Presence) Descriptor

func (*Presence) Descriptor() ([]byte, []int)

func (*Presence) GetClock

func (m *Presence) GetClock() int32

func (*Presence) GetData

func (m *Presence) GetData() map[string]string

func (*Presence) Marshal

func (m *Presence) Marshal() (dAtA []byte, err error)

func (*Presence) MarshalTo

func (m *Presence) MarshalTo(dAtA []byte) (int, error)

func (*Presence) MarshalToSizedBuffer

func (m *Presence) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Presence) ProtoMessage

func (*Presence) ProtoMessage()

func (*Presence) Reset

func (m *Presence) Reset()

func (*Presence) Size

func (m *Presence) Size() (n int)

func (*Presence) String

func (m *Presence) String() string

func (*Presence) Unmarshal

func (m *Presence) Unmarshal(dAtA []byte) error

func (*Presence) XXX_DiscardUnknown

func (m *Presence) XXX_DiscardUnknown()

func (*Presence) XXX_Marshal

func (m *Presence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Presence) XXX_Merge

func (m *Presence) XXX_Merge(src proto.Message)

func (*Presence) XXX_Size

func (m *Presence) XXX_Size() int

func (*Presence) XXX_Unmarshal

func (m *Presence) XXX_Unmarshal(b []byte) error

type Project

type Project struct {
	Id                        string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                      string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	PublicKey                 string           `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	SecretKey                 string           `protobuf:"bytes,4,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	AuthWebhookUrl            string           `protobuf:"bytes,5,opt,name=auth_webhook_url,json=authWebhookUrl,proto3" json:"auth_webhook_url,omitempty"`
	AuthWebhookMethods        []string         `protobuf:"bytes,6,rep,name=auth_webhook_methods,json=authWebhookMethods,proto3" json:"auth_webhook_methods,omitempty"`
	ClientDeactivateThreshold string           `` /* 138-byte string literal not displayed */
	CreatedAt                 *types.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt                 *types.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}         `json:"-"`
	XXX_unrecognized          []byte           `json:"-"`
	XXX_sizecache             int32            `json:"-"`
}

func (*Project) Descriptor

func (*Project) Descriptor() ([]byte, []int)

func (*Project) GetAuthWebhookMethods

func (m *Project) GetAuthWebhookMethods() []string

func (*Project) GetAuthWebhookUrl

func (m *Project) GetAuthWebhookUrl() string

func (*Project) GetClientDeactivateThreshold added in v0.3.1

func (m *Project) GetClientDeactivateThreshold() string

func (*Project) GetCreatedAt

func (m *Project) GetCreatedAt() *types.Timestamp

func (*Project) GetId

func (m *Project) GetId() string

func (*Project) GetName

func (m *Project) GetName() string

func (*Project) GetPublicKey

func (m *Project) GetPublicKey() string

func (*Project) GetSecretKey

func (m *Project) GetSecretKey() string

func (*Project) GetUpdatedAt

func (m *Project) GetUpdatedAt() *types.Timestamp

func (*Project) Marshal

func (m *Project) Marshal() (dAtA []byte, err error)

func (*Project) MarshalTo

func (m *Project) MarshalTo(dAtA []byte) (int, error)

func (*Project) MarshalToSizedBuffer

func (m *Project) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) Reset

func (m *Project) Reset()

func (*Project) Size

func (m *Project) Size() (n int)

func (*Project) String

func (m *Project) String() string

func (*Project) Unmarshal

func (m *Project) Unmarshal(dAtA []byte) error

func (*Project) XXX_DiscardUnknown

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal

func (m *Project) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Project) XXX_Merge

func (m *Project) XXX_Merge(src proto.Message)

func (*Project) XXX_Size

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal

func (m *Project) XXX_Unmarshal(b []byte) error

type PushPullChangesRequest added in v0.3.3

type PushPullChangesRequest struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	DocumentId           string      `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,3,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	PushOnly             bool        `protobuf:"varint,4,opt,name=push_only,json=pushOnly,proto3" json:"push_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PushPullChangesRequest) Descriptor added in v0.3.3

func (*PushPullChangesRequest) Descriptor() ([]byte, []int)

func (*PushPullChangesRequest) GetChangePack added in v0.3.3

func (m *PushPullChangesRequest) GetChangePack() *ChangePack

func (*PushPullChangesRequest) GetClientId added in v0.3.3

func (m *PushPullChangesRequest) GetClientId() []byte

func (*PushPullChangesRequest) GetDocumentId added in v0.3.3

func (m *PushPullChangesRequest) GetDocumentId() string

func (*PushPullChangesRequest) GetPushOnly added in v0.3.4

func (m *PushPullChangesRequest) GetPushOnly() bool

func (*PushPullChangesRequest) Marshal added in v0.3.3

func (m *PushPullChangesRequest) Marshal() (dAtA []byte, err error)

func (*PushPullChangesRequest) MarshalTo added in v0.3.3

func (m *PushPullChangesRequest) MarshalTo(dAtA []byte) (int, error)

func (*PushPullChangesRequest) MarshalToSizedBuffer added in v0.3.3

func (m *PushPullChangesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PushPullChangesRequest) ProtoMessage added in v0.3.3

func (*PushPullChangesRequest) ProtoMessage()

func (*PushPullChangesRequest) Reset added in v0.3.3

func (m *PushPullChangesRequest) Reset()

func (*PushPullChangesRequest) Size added in v0.3.3

func (m *PushPullChangesRequest) Size() (n int)

func (*PushPullChangesRequest) String added in v0.3.3

func (m *PushPullChangesRequest) String() string

func (*PushPullChangesRequest) Unmarshal added in v0.3.3

func (m *PushPullChangesRequest) Unmarshal(dAtA []byte) error

func (*PushPullChangesRequest) XXX_DiscardUnknown added in v0.3.3

func (m *PushPullChangesRequest) XXX_DiscardUnknown()

func (*PushPullChangesRequest) XXX_Marshal added in v0.3.3

func (m *PushPullChangesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PushPullChangesRequest) XXX_Merge added in v0.3.3

func (m *PushPullChangesRequest) XXX_Merge(src proto.Message)

func (*PushPullChangesRequest) XXX_Size added in v0.3.3

func (m *PushPullChangesRequest) XXX_Size() int

func (*PushPullChangesRequest) XXX_Unmarshal added in v0.3.3

func (m *PushPullChangesRequest) XXX_Unmarshal(b []byte) error

type PushPullChangesResponse added in v0.3.3

type PushPullChangesResponse struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,2,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PushPullChangesResponse) Descriptor added in v0.3.3

func (*PushPullChangesResponse) Descriptor() ([]byte, []int)

func (*PushPullChangesResponse) GetChangePack added in v0.3.3

func (m *PushPullChangesResponse) GetChangePack() *ChangePack

func (*PushPullChangesResponse) GetClientId added in v0.3.3

func (m *PushPullChangesResponse) GetClientId() []byte

func (*PushPullChangesResponse) Marshal added in v0.3.3

func (m *PushPullChangesResponse) Marshal() (dAtA []byte, err error)

func (*PushPullChangesResponse) MarshalTo added in v0.3.3

func (m *PushPullChangesResponse) MarshalTo(dAtA []byte) (int, error)

func (*PushPullChangesResponse) MarshalToSizedBuffer added in v0.3.3

func (m *PushPullChangesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PushPullChangesResponse) ProtoMessage added in v0.3.3

func (*PushPullChangesResponse) ProtoMessage()

func (*PushPullChangesResponse) Reset added in v0.3.3

func (m *PushPullChangesResponse) Reset()

func (*PushPullChangesResponse) Size added in v0.3.3

func (m *PushPullChangesResponse) Size() (n int)

func (*PushPullChangesResponse) String added in v0.3.3

func (m *PushPullChangesResponse) String() string

func (*PushPullChangesResponse) Unmarshal added in v0.3.3

func (m *PushPullChangesResponse) Unmarshal(dAtA []byte) error

func (*PushPullChangesResponse) XXX_DiscardUnknown added in v0.3.3

func (m *PushPullChangesResponse) XXX_DiscardUnknown()

func (*PushPullChangesResponse) XXX_Marshal added in v0.3.3

func (m *PushPullChangesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PushPullChangesResponse) XXX_Merge added in v0.3.3

func (m *PushPullChangesResponse) XXX_Merge(src proto.Message)

func (*PushPullChangesResponse) XXX_Size added in v0.3.3

func (m *PushPullChangesResponse) XXX_Size() int

func (*PushPullChangesResponse) XXX_Unmarshal added in v0.3.3

func (m *PushPullChangesResponse) XXX_Unmarshal(b []byte) error

type RGANode

type RGANode struct {
	Next                 *RGANode     `protobuf:"bytes,1,opt,name=next,proto3" json:"next,omitempty"`
	Element              *JSONElement `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RGANode) Descriptor

func (*RGANode) Descriptor() ([]byte, []int)

func (*RGANode) GetElement

func (m *RGANode) GetElement() *JSONElement

func (*RGANode) GetNext

func (m *RGANode) GetNext() *RGANode

func (*RGANode) Marshal

func (m *RGANode) Marshal() (dAtA []byte, err error)

func (*RGANode) MarshalTo

func (m *RGANode) MarshalTo(dAtA []byte) (int, error)

func (*RGANode) MarshalToSizedBuffer

func (m *RGANode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RGANode) ProtoMessage

func (*RGANode) ProtoMessage()

func (*RGANode) Reset

func (m *RGANode) Reset()

func (*RGANode) Size

func (m *RGANode) Size() (n int)

func (*RGANode) String

func (m *RGANode) String() string

func (*RGANode) Unmarshal

func (m *RGANode) Unmarshal(dAtA []byte) error

func (*RGANode) XXX_DiscardUnknown

func (m *RGANode) XXX_DiscardUnknown()

func (*RGANode) XXX_Marshal

func (m *RGANode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RGANode) XXX_Merge

func (m *RGANode) XXX_Merge(src proto.Message)

func (*RGANode) XXX_Size

func (m *RGANode) XXX_Size() int

func (*RGANode) XXX_Unmarshal

func (m *RGANode) XXX_Unmarshal(b []byte) error

type RHTNode

type RHTNode struct {
	Key                  string       `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Element              *JSONElement `protobuf:"bytes,2,opt,name=element,proto3" json:"element,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*RHTNode) Descriptor

func (*RHTNode) Descriptor() ([]byte, []int)

func (*RHTNode) GetElement

func (m *RHTNode) GetElement() *JSONElement

func (*RHTNode) GetKey

func (m *RHTNode) GetKey() string

func (*RHTNode) Marshal

func (m *RHTNode) Marshal() (dAtA []byte, err error)

func (*RHTNode) MarshalTo

func (m *RHTNode) MarshalTo(dAtA []byte) (int, error)

func (*RHTNode) MarshalToSizedBuffer

func (m *RHTNode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RHTNode) ProtoMessage

func (*RHTNode) ProtoMessage()

func (*RHTNode) Reset

func (m *RHTNode) Reset()

func (*RHTNode) Size

func (m *RHTNode) Size() (n int)

func (*RHTNode) String

func (m *RHTNode) String() string

func (*RHTNode) Unmarshal

func (m *RHTNode) Unmarshal(dAtA []byte) error

func (*RHTNode) XXX_DiscardUnknown

func (m *RHTNode) XXX_DiscardUnknown()

func (*RHTNode) XXX_Marshal

func (m *RHTNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RHTNode) XXX_Merge

func (m *RHTNode) XXX_Merge(src proto.Message)

func (*RHTNode) XXX_Size

func (m *RHTNode) XXX_Size() int

func (*RHTNode) XXX_Unmarshal

func (m *RHTNode) XXX_Unmarshal(b []byte) error

type RemoveDocumentByAdminRequest added in v0.4.0

type RemoveDocumentByAdminRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	DocumentKey          string   `protobuf:"bytes,2,opt,name=document_key,json=documentKey,proto3" json:"document_key,omitempty"`
	Force                bool     `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveDocumentByAdminRequest) Descriptor added in v0.4.0

func (*RemoveDocumentByAdminRequest) Descriptor() ([]byte, []int)

func (*RemoveDocumentByAdminRequest) GetDocumentKey added in v0.4.0

func (m *RemoveDocumentByAdminRequest) GetDocumentKey() string

func (*RemoveDocumentByAdminRequest) GetForce added in v0.4.3

func (m *RemoveDocumentByAdminRequest) GetForce() bool

func (*RemoveDocumentByAdminRequest) GetProjectName added in v0.4.0

func (m *RemoveDocumentByAdminRequest) GetProjectName() string

func (*RemoveDocumentByAdminRequest) Marshal added in v0.4.0

func (m *RemoveDocumentByAdminRequest) Marshal() (dAtA []byte, err error)

func (*RemoveDocumentByAdminRequest) MarshalTo added in v0.4.0

func (m *RemoveDocumentByAdminRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveDocumentByAdminRequest) MarshalToSizedBuffer added in v0.4.0

func (m *RemoveDocumentByAdminRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveDocumentByAdminRequest) ProtoMessage added in v0.4.0

func (*RemoveDocumentByAdminRequest) ProtoMessage()

func (*RemoveDocumentByAdminRequest) Reset added in v0.4.0

func (m *RemoveDocumentByAdminRequest) Reset()

func (*RemoveDocumentByAdminRequest) Size added in v0.4.0

func (m *RemoveDocumentByAdminRequest) Size() (n int)

func (*RemoveDocumentByAdminRequest) String added in v0.4.0

func (*RemoveDocumentByAdminRequest) Unmarshal added in v0.4.0

func (m *RemoveDocumentByAdminRequest) Unmarshal(dAtA []byte) error

func (*RemoveDocumentByAdminRequest) XXX_DiscardUnknown added in v0.4.0

func (m *RemoveDocumentByAdminRequest) XXX_DiscardUnknown()

func (*RemoveDocumentByAdminRequest) XXX_Marshal added in v0.4.0

func (m *RemoveDocumentByAdminRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentByAdminRequest) XXX_Merge added in v0.4.0

func (m *RemoveDocumentByAdminRequest) XXX_Merge(src proto.Message)

func (*RemoveDocumentByAdminRequest) XXX_Size added in v0.4.0

func (m *RemoveDocumentByAdminRequest) XXX_Size() int

func (*RemoveDocumentByAdminRequest) XXX_Unmarshal added in v0.4.0

func (m *RemoveDocumentByAdminRequest) XXX_Unmarshal(b []byte) error

type RemoveDocumentByAdminResponse added in v0.4.0

type RemoveDocumentByAdminResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveDocumentByAdminResponse) Descriptor added in v0.4.0

func (*RemoveDocumentByAdminResponse) Descriptor() ([]byte, []int)

func (*RemoveDocumentByAdminResponse) Marshal added in v0.4.0

func (m *RemoveDocumentByAdminResponse) Marshal() (dAtA []byte, err error)

func (*RemoveDocumentByAdminResponse) MarshalTo added in v0.4.0

func (m *RemoveDocumentByAdminResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveDocumentByAdminResponse) MarshalToSizedBuffer added in v0.4.0

func (m *RemoveDocumentByAdminResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveDocumentByAdminResponse) ProtoMessage added in v0.4.0

func (*RemoveDocumentByAdminResponse) ProtoMessage()

func (*RemoveDocumentByAdminResponse) Reset added in v0.4.0

func (m *RemoveDocumentByAdminResponse) Reset()

func (*RemoveDocumentByAdminResponse) Size added in v0.4.0

func (m *RemoveDocumentByAdminResponse) Size() (n int)

func (*RemoveDocumentByAdminResponse) String added in v0.4.0

func (*RemoveDocumentByAdminResponse) Unmarshal added in v0.4.0

func (m *RemoveDocumentByAdminResponse) Unmarshal(dAtA []byte) error

func (*RemoveDocumentByAdminResponse) XXX_DiscardUnknown added in v0.4.0

func (m *RemoveDocumentByAdminResponse) XXX_DiscardUnknown()

func (*RemoveDocumentByAdminResponse) XXX_Marshal added in v0.4.0

func (m *RemoveDocumentByAdminResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentByAdminResponse) XXX_Merge added in v0.4.0

func (m *RemoveDocumentByAdminResponse) XXX_Merge(src proto.Message)

func (*RemoveDocumentByAdminResponse) XXX_Size added in v0.4.0

func (m *RemoveDocumentByAdminResponse) XXX_Size() int

func (*RemoveDocumentByAdminResponse) XXX_Unmarshal added in v0.4.0

func (m *RemoveDocumentByAdminResponse) XXX_Unmarshal(b []byte) error

type RemoveDocumentRequest added in v0.3.3

type RemoveDocumentRequest struct {
	ClientId             []byte      `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	DocumentId           string      `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,3,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RemoveDocumentRequest) Descriptor added in v0.3.3

func (*RemoveDocumentRequest) Descriptor() ([]byte, []int)

func (*RemoveDocumentRequest) GetChangePack added in v0.3.3

func (m *RemoveDocumentRequest) GetChangePack() *ChangePack

func (*RemoveDocumentRequest) GetClientId added in v0.3.3

func (m *RemoveDocumentRequest) GetClientId() []byte

func (*RemoveDocumentRequest) GetDocumentId added in v0.3.3

func (m *RemoveDocumentRequest) GetDocumentId() string

func (*RemoveDocumentRequest) Marshal added in v0.3.3

func (m *RemoveDocumentRequest) Marshal() (dAtA []byte, err error)

func (*RemoveDocumentRequest) MarshalTo added in v0.3.3

func (m *RemoveDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*RemoveDocumentRequest) MarshalToSizedBuffer added in v0.3.3

func (m *RemoveDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveDocumentRequest) ProtoMessage added in v0.3.3

func (*RemoveDocumentRequest) ProtoMessage()

func (*RemoveDocumentRequest) Reset added in v0.3.3

func (m *RemoveDocumentRequest) Reset()

func (*RemoveDocumentRequest) Size added in v0.3.3

func (m *RemoveDocumentRequest) Size() (n int)

func (*RemoveDocumentRequest) String added in v0.3.3

func (m *RemoveDocumentRequest) String() string

func (*RemoveDocumentRequest) Unmarshal added in v0.3.3

func (m *RemoveDocumentRequest) Unmarshal(dAtA []byte) error

func (*RemoveDocumentRequest) XXX_DiscardUnknown added in v0.3.3

func (m *RemoveDocumentRequest) XXX_DiscardUnknown()

func (*RemoveDocumentRequest) XXX_Marshal added in v0.3.3

func (m *RemoveDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentRequest) XXX_Merge added in v0.3.3

func (m *RemoveDocumentRequest) XXX_Merge(src proto.Message)

func (*RemoveDocumentRequest) XXX_Size added in v0.3.3

func (m *RemoveDocumentRequest) XXX_Size() int

func (*RemoveDocumentRequest) XXX_Unmarshal added in v0.3.3

func (m *RemoveDocumentRequest) XXX_Unmarshal(b []byte) error

type RemoveDocumentResponse added in v0.3.3

type RemoveDocumentResponse struct {
	ClientKey            string      `protobuf:"bytes,1,opt,name=client_key,json=clientKey,proto3" json:"client_key,omitempty"`
	ChangePack           *ChangePack `protobuf:"bytes,2,opt,name=change_pack,json=changePack,proto3" json:"change_pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*RemoveDocumentResponse) Descriptor added in v0.3.3

func (*RemoveDocumentResponse) Descriptor() ([]byte, []int)

func (*RemoveDocumentResponse) GetChangePack added in v0.3.3

func (m *RemoveDocumentResponse) GetChangePack() *ChangePack

func (*RemoveDocumentResponse) GetClientKey added in v0.3.3

func (m *RemoveDocumentResponse) GetClientKey() string

func (*RemoveDocumentResponse) Marshal added in v0.3.3

func (m *RemoveDocumentResponse) Marshal() (dAtA []byte, err error)

func (*RemoveDocumentResponse) MarshalTo added in v0.3.3

func (m *RemoveDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*RemoveDocumentResponse) MarshalToSizedBuffer added in v0.3.3

func (m *RemoveDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*RemoveDocumentResponse) ProtoMessage added in v0.3.3

func (*RemoveDocumentResponse) ProtoMessage()

func (*RemoveDocumentResponse) Reset added in v0.3.3

func (m *RemoveDocumentResponse) Reset()

func (*RemoveDocumentResponse) Size added in v0.3.3

func (m *RemoveDocumentResponse) Size() (n int)

func (*RemoveDocumentResponse) String added in v0.3.3

func (m *RemoveDocumentResponse) String() string

func (*RemoveDocumentResponse) Unmarshal added in v0.3.3

func (m *RemoveDocumentResponse) Unmarshal(dAtA []byte) error

func (*RemoveDocumentResponse) XXX_DiscardUnknown added in v0.3.3

func (m *RemoveDocumentResponse) XXX_DiscardUnknown()

func (*RemoveDocumentResponse) XXX_Marshal added in v0.3.3

func (m *RemoveDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RemoveDocumentResponse) XXX_Merge added in v0.3.3

func (m *RemoveDocumentResponse) XXX_Merge(src proto.Message)

func (*RemoveDocumentResponse) XXX_Size added in v0.3.3

func (m *RemoveDocumentResponse) XXX_Size() int

func (*RemoveDocumentResponse) XXX_Unmarshal added in v0.3.3

func (m *RemoveDocumentResponse) XXX_Unmarshal(b []byte) error

type SearchDocumentsRequest

type SearchDocumentsRequest struct {
	ProjectName          string   `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	Query                string   `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	PageSize             int32    `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SearchDocumentsRequest) Descriptor

func (*SearchDocumentsRequest) Descriptor() ([]byte, []int)

func (*SearchDocumentsRequest) GetPageSize

func (m *SearchDocumentsRequest) GetPageSize() int32

func (*SearchDocumentsRequest) GetProjectName

func (m *SearchDocumentsRequest) GetProjectName() string

func (*SearchDocumentsRequest) GetQuery

func (m *SearchDocumentsRequest) GetQuery() string

func (*SearchDocumentsRequest) Marshal

func (m *SearchDocumentsRequest) Marshal() (dAtA []byte, err error)

func (*SearchDocumentsRequest) MarshalTo

func (m *SearchDocumentsRequest) MarshalTo(dAtA []byte) (int, error)

func (*SearchDocumentsRequest) MarshalToSizedBuffer

func (m *SearchDocumentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SearchDocumentsRequest) ProtoMessage

func (*SearchDocumentsRequest) ProtoMessage()

func (*SearchDocumentsRequest) Reset

func (m *SearchDocumentsRequest) Reset()

func (*SearchDocumentsRequest) Size

func (m *SearchDocumentsRequest) Size() (n int)

func (*SearchDocumentsRequest) String

func (m *SearchDocumentsRequest) String() string

func (*SearchDocumentsRequest) Unmarshal

func (m *SearchDocumentsRequest) Unmarshal(dAtA []byte) error

func (*SearchDocumentsRequest) XXX_DiscardUnknown

func (m *SearchDocumentsRequest) XXX_DiscardUnknown()

func (*SearchDocumentsRequest) XXX_Marshal

func (m *SearchDocumentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchDocumentsRequest) XXX_Merge

func (m *SearchDocumentsRequest) XXX_Merge(src proto.Message)

func (*SearchDocumentsRequest) XXX_Size

func (m *SearchDocumentsRequest) XXX_Size() int

func (*SearchDocumentsRequest) XXX_Unmarshal

func (m *SearchDocumentsRequest) XXX_Unmarshal(b []byte) error

type SearchDocumentsResponse

type SearchDocumentsResponse struct {
	TotalCount           int32              `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Documents            []*DocumentSummary `protobuf:"bytes,2,rep,name=documents,proto3" json:"documents,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SearchDocumentsResponse) Descriptor

func (*SearchDocumentsResponse) Descriptor() ([]byte, []int)

func (*SearchDocumentsResponse) GetDocuments

func (m *SearchDocumentsResponse) GetDocuments() []*DocumentSummary

func (*SearchDocumentsResponse) GetTotalCount

func (m *SearchDocumentsResponse) GetTotalCount() int32

func (*SearchDocumentsResponse) Marshal

func (m *SearchDocumentsResponse) Marshal() (dAtA []byte, err error)

func (*SearchDocumentsResponse) MarshalTo

func (m *SearchDocumentsResponse) MarshalTo(dAtA []byte) (int, error)

func (*SearchDocumentsResponse) MarshalToSizedBuffer

func (m *SearchDocumentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SearchDocumentsResponse) ProtoMessage

func (*SearchDocumentsResponse) ProtoMessage()

func (*SearchDocumentsResponse) Reset

func (m *SearchDocumentsResponse) Reset()

func (*SearchDocumentsResponse) Size

func (m *SearchDocumentsResponse) Size() (n int)

func (*SearchDocumentsResponse) String

func (m *SearchDocumentsResponse) String() string

func (*SearchDocumentsResponse) Unmarshal

func (m *SearchDocumentsResponse) Unmarshal(dAtA []byte) error

func (*SearchDocumentsResponse) XXX_DiscardUnknown

func (m *SearchDocumentsResponse) XXX_DiscardUnknown()

func (*SearchDocumentsResponse) XXX_Marshal

func (m *SearchDocumentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SearchDocumentsResponse) XXX_Merge

func (m *SearchDocumentsResponse) XXX_Merge(src proto.Message)

func (*SearchDocumentsResponse) XXX_Size

func (m *SearchDocumentsResponse) XXX_Size() int

func (*SearchDocumentsResponse) XXX_Unmarshal

func (m *SearchDocumentsResponse) XXX_Unmarshal(b []byte) error

type SignUpRequest

type SignUpRequest struct {
	Username             string   `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignUpRequest) Descriptor

func (*SignUpRequest) Descriptor() ([]byte, []int)

func (*SignUpRequest) GetPassword

func (m *SignUpRequest) GetPassword() string

func (*SignUpRequest) GetUsername

func (m *SignUpRequest) GetUsername() string

func (*SignUpRequest) Marshal

func (m *SignUpRequest) Marshal() (dAtA []byte, err error)

func (*SignUpRequest) MarshalTo

func (m *SignUpRequest) MarshalTo(dAtA []byte) (int, error)

func (*SignUpRequest) MarshalToSizedBuffer

func (m *SignUpRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignUpRequest) ProtoMessage

func (*SignUpRequest) ProtoMessage()

func (*SignUpRequest) Reset

func (m *SignUpRequest) Reset()

func (*SignUpRequest) Size

func (m *SignUpRequest) Size() (n int)

func (*SignUpRequest) String

func (m *SignUpRequest) String() string

func (*SignUpRequest) Unmarshal

func (m *SignUpRequest) Unmarshal(dAtA []byte) error

func (*SignUpRequest) XXX_DiscardUnknown

func (m *SignUpRequest) XXX_DiscardUnknown()

func (*SignUpRequest) XXX_Marshal

func (m *SignUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignUpRequest) XXX_Merge

func (m *SignUpRequest) XXX_Merge(src proto.Message)

func (*SignUpRequest) XXX_Size

func (m *SignUpRequest) XXX_Size() int

func (*SignUpRequest) XXX_Unmarshal

func (m *SignUpRequest) XXX_Unmarshal(b []byte) error

type SignUpResponse

type SignUpResponse struct {
	User                 *User    `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SignUpResponse) Descriptor

func (*SignUpResponse) Descriptor() ([]byte, []int)

func (*SignUpResponse) GetUser

func (m *SignUpResponse) GetUser() *User

func (*SignUpResponse) Marshal

func (m *SignUpResponse) Marshal() (dAtA []byte, err error)

func (*SignUpResponse) MarshalTo

func (m *SignUpResponse) MarshalTo(dAtA []byte) (int, error)

func (*SignUpResponse) MarshalToSizedBuffer

func (m *SignUpResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SignUpResponse) ProtoMessage

func (*SignUpResponse) ProtoMessage()

func (*SignUpResponse) Reset

func (m *SignUpResponse) Reset()

func (*SignUpResponse) Size

func (m *SignUpResponse) Size() (n int)

func (*SignUpResponse) String

func (m *SignUpResponse) String() string

func (*SignUpResponse) Unmarshal

func (m *SignUpResponse) Unmarshal(dAtA []byte) error

func (*SignUpResponse) XXX_DiscardUnknown

func (m *SignUpResponse) XXX_DiscardUnknown()

func (*SignUpResponse) XXX_Marshal

func (m *SignUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SignUpResponse) XXX_Merge

func (m *SignUpResponse) XXX_Merge(src proto.Message)

func (*SignUpResponse) XXX_Size

func (m *SignUpResponse) XXX_Size() int

func (*SignUpResponse) XXX_Unmarshal

func (m *SignUpResponse) XXX_Unmarshal(b []byte) error

type TextNode

type TextNode struct {
	Id                   *TextNodeID          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Value                string               `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	RemovedAt            *TimeTicket          `protobuf:"bytes,3,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	InsPrevId            *TextNodeID          `protobuf:"bytes,4,opt,name=ins_prev_id,json=insPrevId,proto3" json:"ins_prev_id,omitempty"`
	Attributes           map[string]*NodeAttr `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TextNode) Descriptor

func (*TextNode) Descriptor() ([]byte, []int)

func (*TextNode) GetAttributes added in v0.3.0

func (m *TextNode) GetAttributes() map[string]*NodeAttr

func (*TextNode) GetId

func (m *TextNode) GetId() *TextNodeID

func (*TextNode) GetInsPrevId

func (m *TextNode) GetInsPrevId() *TextNodeID

func (*TextNode) GetRemovedAt

func (m *TextNode) GetRemovedAt() *TimeTicket

func (*TextNode) GetValue

func (m *TextNode) GetValue() string

func (*TextNode) Marshal

func (m *TextNode) Marshal() (dAtA []byte, err error)

func (*TextNode) MarshalTo

func (m *TextNode) MarshalTo(dAtA []byte) (int, error)

func (*TextNode) MarshalToSizedBuffer

func (m *TextNode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TextNode) ProtoMessage

func (*TextNode) ProtoMessage()

func (*TextNode) Reset

func (m *TextNode) Reset()

func (*TextNode) Size

func (m *TextNode) Size() (n int)

func (*TextNode) String

func (m *TextNode) String() string

func (*TextNode) Unmarshal

func (m *TextNode) Unmarshal(dAtA []byte) error

func (*TextNode) XXX_DiscardUnknown

func (m *TextNode) XXX_DiscardUnknown()

func (*TextNode) XXX_Marshal

func (m *TextNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextNode) XXX_Merge

func (m *TextNode) XXX_Merge(src proto.Message)

func (*TextNode) XXX_Size

func (m *TextNode) XXX_Size() int

func (*TextNode) XXX_Unmarshal

func (m *TextNode) XXX_Unmarshal(b []byte) error

type TextNodeID

type TextNodeID struct {
	CreatedAt            *TimeTicket `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Offset               int32       `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TextNodeID) Descriptor

func (*TextNodeID) Descriptor() ([]byte, []int)

func (*TextNodeID) GetCreatedAt

func (m *TextNodeID) GetCreatedAt() *TimeTicket

func (*TextNodeID) GetOffset

func (m *TextNodeID) GetOffset() int32

func (*TextNodeID) Marshal

func (m *TextNodeID) Marshal() (dAtA []byte, err error)

func (*TextNodeID) MarshalTo

func (m *TextNodeID) MarshalTo(dAtA []byte) (int, error)

func (*TextNodeID) MarshalToSizedBuffer

func (m *TextNodeID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TextNodeID) ProtoMessage

func (*TextNodeID) ProtoMessage()

func (*TextNodeID) Reset

func (m *TextNodeID) Reset()

func (*TextNodeID) Size

func (m *TextNodeID) Size() (n int)

func (*TextNodeID) String

func (m *TextNodeID) String() string

func (*TextNodeID) Unmarshal

func (m *TextNodeID) Unmarshal(dAtA []byte) error

func (*TextNodeID) XXX_DiscardUnknown

func (m *TextNodeID) XXX_DiscardUnknown()

func (*TextNodeID) XXX_Marshal

func (m *TextNodeID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextNodeID) XXX_Merge

func (m *TextNodeID) XXX_Merge(src proto.Message)

func (*TextNodeID) XXX_Size

func (m *TextNodeID) XXX_Size() int

func (*TextNodeID) XXX_Unmarshal

func (m *TextNodeID) XXX_Unmarshal(b []byte) error

type TextNodePos

type TextNodePos struct {
	CreatedAt            *TimeTicket `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Offset               int32       `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	RelativeOffset       int32       `protobuf:"varint,3,opt,name=relative_offset,json=relativeOffset,proto3" json:"relative_offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TextNodePos) Descriptor

func (*TextNodePos) Descriptor() ([]byte, []int)

func (*TextNodePos) GetCreatedAt

func (m *TextNodePos) GetCreatedAt() *TimeTicket

func (*TextNodePos) GetOffset

func (m *TextNodePos) GetOffset() int32

func (*TextNodePos) GetRelativeOffset

func (m *TextNodePos) GetRelativeOffset() int32

func (*TextNodePos) Marshal

func (m *TextNodePos) Marshal() (dAtA []byte, err error)

func (*TextNodePos) MarshalTo

func (m *TextNodePos) MarshalTo(dAtA []byte) (int, error)

func (*TextNodePos) MarshalToSizedBuffer

func (m *TextNodePos) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TextNodePos) ProtoMessage

func (*TextNodePos) ProtoMessage()

func (*TextNodePos) Reset

func (m *TextNodePos) Reset()

func (*TextNodePos) Size

func (m *TextNodePos) Size() (n int)

func (*TextNodePos) String

func (m *TextNodePos) String() string

func (*TextNodePos) Unmarshal

func (m *TextNodePos) Unmarshal(dAtA []byte) error

func (*TextNodePos) XXX_DiscardUnknown

func (m *TextNodePos) XXX_DiscardUnknown()

func (*TextNodePos) XXX_Marshal

func (m *TextNodePos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TextNodePos) XXX_Merge

func (m *TextNodePos) XXX_Merge(src proto.Message)

func (*TextNodePos) XXX_Size

func (m *TextNodePos) XXX_Size() int

func (*TextNodePos) XXX_Unmarshal

func (m *TextNodePos) XXX_Unmarshal(b []byte) error

type TimeTicket

type TimeTicket struct {
	Lamport              int64    `protobuf:"varint,1,opt,name=lamport,proto3" json:"lamport,omitempty"`
	Delimiter            uint32   `protobuf:"varint,2,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	ActorId              []byte   `protobuf:"bytes,3,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TimeTicket) Descriptor

func (*TimeTicket) Descriptor() ([]byte, []int)

func (*TimeTicket) GetActorId

func (m *TimeTicket) GetActorId() []byte

func (*TimeTicket) GetDelimiter

func (m *TimeTicket) GetDelimiter() uint32

func (*TimeTicket) GetLamport

func (m *TimeTicket) GetLamport() int64

func (*TimeTicket) Marshal

func (m *TimeTicket) Marshal() (dAtA []byte, err error)

func (*TimeTicket) MarshalTo

func (m *TimeTicket) MarshalTo(dAtA []byte) (int, error)

func (*TimeTicket) MarshalToSizedBuffer

func (m *TimeTicket) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TimeTicket) ProtoMessage

func (*TimeTicket) ProtoMessage()

func (*TimeTicket) Reset

func (m *TimeTicket) Reset()

func (*TimeTicket) Size

func (m *TimeTicket) Size() (n int)

func (*TimeTicket) String

func (m *TimeTicket) String() string

func (*TimeTicket) Unmarshal

func (m *TimeTicket) Unmarshal(dAtA []byte) error

func (*TimeTicket) XXX_DiscardUnknown

func (m *TimeTicket) XXX_DiscardUnknown()

func (*TimeTicket) XXX_Marshal

func (m *TimeTicket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeTicket) XXX_Merge

func (m *TimeTicket) XXX_Merge(src proto.Message)

func (*TimeTicket) XXX_Size

func (m *TimeTicket) XXX_Size() int

func (*TimeTicket) XXX_Unmarshal

func (m *TimeTicket) XXX_Unmarshal(b []byte) error

type TreeNode added in v0.4.0

type TreeNode struct {
	Pos                  *TreePos             `protobuf:"bytes,1,opt,name=pos,proto3" json:"pos,omitempty"`
	Type                 string               `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Value                string               `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	RemovedAt            *TimeTicket          `protobuf:"bytes,4,opt,name=removed_at,json=removedAt,proto3" json:"removed_at,omitempty"`
	InsPrevPos           *TreePos             `protobuf:"bytes,5,opt,name=ins_prev_pos,json=insPrevPos,proto3" json:"ins_prev_pos,omitempty"`
	Depth                int32                `protobuf:"varint,6,opt,name=depth,proto3" json:"depth,omitempty"`
	Attributes           map[string]*NodeAttr `` /* 161-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*TreeNode) Descriptor added in v0.4.0

func (*TreeNode) Descriptor() ([]byte, []int)

func (*TreeNode) GetAttributes added in v0.4.2

func (m *TreeNode) GetAttributes() map[string]*NodeAttr

func (*TreeNode) GetDepth added in v0.4.0

func (m *TreeNode) GetDepth() int32

func (*TreeNode) GetInsPrevPos added in v0.4.0

func (m *TreeNode) GetInsPrevPos() *TreePos

func (*TreeNode) GetPos added in v0.4.0

func (m *TreeNode) GetPos() *TreePos

func (*TreeNode) GetRemovedAt added in v0.4.0

func (m *TreeNode) GetRemovedAt() *TimeTicket

func (*TreeNode) GetType added in v0.4.0

func (m *TreeNode) GetType() string

func (*TreeNode) GetValue added in v0.4.0

func (m *TreeNode) GetValue() string

func (*TreeNode) Marshal added in v0.4.0

func (m *TreeNode) Marshal() (dAtA []byte, err error)

func (*TreeNode) MarshalTo added in v0.4.0

func (m *TreeNode) MarshalTo(dAtA []byte) (int, error)

func (*TreeNode) MarshalToSizedBuffer added in v0.4.0

func (m *TreeNode) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TreeNode) ProtoMessage added in v0.4.0

func (*TreeNode) ProtoMessage()

func (*TreeNode) Reset added in v0.4.0

func (m *TreeNode) Reset()

func (*TreeNode) Size added in v0.4.0

func (m *TreeNode) Size() (n int)

func (*TreeNode) String added in v0.4.0

func (m *TreeNode) String() string

func (*TreeNode) Unmarshal added in v0.4.0

func (m *TreeNode) Unmarshal(dAtA []byte) error

func (*TreeNode) XXX_DiscardUnknown added in v0.4.0

func (m *TreeNode) XXX_DiscardUnknown()

func (*TreeNode) XXX_Marshal added in v0.4.0

func (m *TreeNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TreeNode) XXX_Merge added in v0.4.0

func (m *TreeNode) XXX_Merge(src proto.Message)

func (*TreeNode) XXX_Size added in v0.4.0

func (m *TreeNode) XXX_Size() int

func (*TreeNode) XXX_Unmarshal added in v0.4.0

func (m *TreeNode) XXX_Unmarshal(b []byte) error

type TreePos added in v0.4.0

type TreePos struct {
	CreatedAt            *TimeTicket `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Offset               int32       `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TreePos) Descriptor added in v0.4.0

func (*TreePos) Descriptor() ([]byte, []int)

func (*TreePos) GetCreatedAt added in v0.4.0

func (m *TreePos) GetCreatedAt() *TimeTicket

func (*TreePos) GetOffset added in v0.4.0

func (m *TreePos) GetOffset() int32

func (*TreePos) Marshal added in v0.4.0

func (m *TreePos) Marshal() (dAtA []byte, err error)

func (*TreePos) MarshalTo added in v0.4.0

func (m *TreePos) MarshalTo(dAtA []byte) (int, error)

func (*TreePos) MarshalToSizedBuffer added in v0.4.0

func (m *TreePos) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TreePos) ProtoMessage added in v0.4.0

func (*TreePos) ProtoMessage()

func (*TreePos) Reset added in v0.4.0

func (m *TreePos) Reset()

func (*TreePos) Size added in v0.4.0

func (m *TreePos) Size() (n int)

func (*TreePos) String added in v0.4.0

func (m *TreePos) String() string

func (*TreePos) Unmarshal added in v0.4.0

func (m *TreePos) Unmarshal(dAtA []byte) error

func (*TreePos) XXX_DiscardUnknown added in v0.4.0

func (m *TreePos) XXX_DiscardUnknown()

func (*TreePos) XXX_Marshal added in v0.4.0

func (m *TreePos) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TreePos) XXX_Merge added in v0.4.0

func (m *TreePos) XXX_Merge(src proto.Message)

func (*TreePos) XXX_Size added in v0.4.0

func (m *TreePos) XXX_Size() int

func (*TreePos) XXX_Unmarshal added in v0.4.0

func (m *TreePos) XXX_Unmarshal(b []byte) error

type UnimplementedAdminServiceServer

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAdminServiceServer) CreateProject

func (*UnimplementedAdminServiceServer) GetDocument

func (*UnimplementedAdminServiceServer) GetProject

func (*UnimplementedAdminServiceServer) GetSnapshotMeta

func (*UnimplementedAdminServiceServer) ListChanges

func (*UnimplementedAdminServiceServer) ListDocuments

func (*UnimplementedAdminServiceServer) ListProjects

func (*UnimplementedAdminServiceServer) LogIn

func (*UnimplementedAdminServiceServer) RemoveDocumentByAdmin added in v0.4.0

func (*UnimplementedAdminServiceServer) SearchDocuments

func (*UnimplementedAdminServiceServer) SignUp

func (*UnimplementedAdminServiceServer) UpdateProject

type UnimplementedYorkieServiceServer

type UnimplementedYorkieServiceServer struct {
}

UnimplementedYorkieServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedYorkieServiceServer) ActivateClient

func (*UnimplementedYorkieServiceServer) AttachDocument

func (*UnimplementedYorkieServiceServer) DeactivateClient

func (*UnimplementedYorkieServiceServer) DetachDocument

func (*UnimplementedYorkieServiceServer) PushPullChanges added in v0.3.3

func (*UnimplementedYorkieServiceServer) RemoveDocument added in v0.3.3

func (*UnimplementedYorkieServiceServer) UpdatePresence

func (*UnimplementedYorkieServiceServer) WatchDocument added in v0.3.3

type UpdatableProjectFields

type UpdatableProjectFields struct {
	Name                      *types.StringValue                         `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AuthWebhookUrl            *types.StringValue                         `protobuf:"bytes,2,opt,name=auth_webhook_url,json=authWebhookUrl,proto3" json:"auth_webhook_url,omitempty"`
	AuthWebhookMethods        *UpdatableProjectFields_AuthWebhookMethods `protobuf:"bytes,3,opt,name=auth_webhook_methods,json=authWebhookMethods,proto3" json:"auth_webhook_methods,omitempty"`
	ClientDeactivateThreshold *types.StringValue                         `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{}                                   `json:"-"`
	XXX_unrecognized          []byte                                     `json:"-"`
	XXX_sizecache             int32                                      `json:"-"`
}

func (*UpdatableProjectFields) Descriptor

func (*UpdatableProjectFields) Descriptor() ([]byte, []int)

func (*UpdatableProjectFields) GetAuthWebhookMethods

func (*UpdatableProjectFields) GetAuthWebhookUrl

func (m *UpdatableProjectFields) GetAuthWebhookUrl() *types.StringValue

func (*UpdatableProjectFields) GetClientDeactivateThreshold added in v0.3.1

func (m *UpdatableProjectFields) GetClientDeactivateThreshold() *types.StringValue

func (*UpdatableProjectFields) GetName

func (*UpdatableProjectFields) Marshal

func (m *UpdatableProjectFields) Marshal() (dAtA []byte, err error)

func (*UpdatableProjectFields) MarshalTo

func (m *UpdatableProjectFields) MarshalTo(dAtA []byte) (int, error)

func (*UpdatableProjectFields) MarshalToSizedBuffer

func (m *UpdatableProjectFields) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdatableProjectFields) ProtoMessage

func (*UpdatableProjectFields) ProtoMessage()

func (*UpdatableProjectFields) Reset

func (m *UpdatableProjectFields) Reset()

func (*UpdatableProjectFields) Size

func (m *UpdatableProjectFields) Size() (n int)

func (*UpdatableProjectFields) String

func (m *UpdatableProjectFields) String() string

func (*UpdatableProjectFields) Unmarshal

func (m *UpdatableProjectFields) Unmarshal(dAtA []byte) error

func (*UpdatableProjectFields) XXX_DiscardUnknown

func (m *UpdatableProjectFields) XXX_DiscardUnknown()

func (*UpdatableProjectFields) XXX_Marshal

func (m *UpdatableProjectFields) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatableProjectFields) XXX_Merge

func (m *UpdatableProjectFields) XXX_Merge(src proto.Message)

func (*UpdatableProjectFields) XXX_Size

func (m *UpdatableProjectFields) XXX_Size() int

func (*UpdatableProjectFields) XXX_Unmarshal

func (m *UpdatableProjectFields) XXX_Unmarshal(b []byte) error

type UpdatableProjectFields_AuthWebhookMethods

type UpdatableProjectFields_AuthWebhookMethods struct {
	Methods              []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatableProjectFields_AuthWebhookMethods) Descriptor

func (*UpdatableProjectFields_AuthWebhookMethods) Descriptor() ([]byte, []int)

func (*UpdatableProjectFields_AuthWebhookMethods) GetMethods

func (*UpdatableProjectFields_AuthWebhookMethods) Marshal

func (m *UpdatableProjectFields_AuthWebhookMethods) Marshal() (dAtA []byte, err error)

func (*UpdatableProjectFields_AuthWebhookMethods) MarshalTo

func (m *UpdatableProjectFields_AuthWebhookMethods) MarshalTo(dAtA []byte) (int, error)

func (*UpdatableProjectFields_AuthWebhookMethods) MarshalToSizedBuffer

func (m *UpdatableProjectFields_AuthWebhookMethods) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdatableProjectFields_AuthWebhookMethods) ProtoMessage

func (*UpdatableProjectFields_AuthWebhookMethods) Reset

func (*UpdatableProjectFields_AuthWebhookMethods) Size

func (*UpdatableProjectFields_AuthWebhookMethods) String

func (*UpdatableProjectFields_AuthWebhookMethods) Unmarshal

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_DiscardUnknown

func (m *UpdatableProjectFields_AuthWebhookMethods) XXX_DiscardUnknown()

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Marshal

func (m *UpdatableProjectFields_AuthWebhookMethods) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Merge

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Size

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Unmarshal

type UpdatePresenceRequest

type UpdatePresenceRequest struct {
	Client               *Client  `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	DocumentId           string   `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatePresenceRequest) Descriptor

func (*UpdatePresenceRequest) Descriptor() ([]byte, []int)

func (*UpdatePresenceRequest) GetClient

func (m *UpdatePresenceRequest) GetClient() *Client

func (*UpdatePresenceRequest) GetDocumentId added in v0.3.3

func (m *UpdatePresenceRequest) GetDocumentId() string

func (*UpdatePresenceRequest) Marshal

func (m *UpdatePresenceRequest) Marshal() (dAtA []byte, err error)

func (*UpdatePresenceRequest) MarshalTo

func (m *UpdatePresenceRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdatePresenceRequest) MarshalToSizedBuffer

func (m *UpdatePresenceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdatePresenceRequest) ProtoMessage

func (*UpdatePresenceRequest) ProtoMessage()

func (*UpdatePresenceRequest) Reset

func (m *UpdatePresenceRequest) Reset()

func (*UpdatePresenceRequest) Size

func (m *UpdatePresenceRequest) Size() (n int)

func (*UpdatePresenceRequest) String

func (m *UpdatePresenceRequest) String() string

func (*UpdatePresenceRequest) Unmarshal

func (m *UpdatePresenceRequest) Unmarshal(dAtA []byte) error

func (*UpdatePresenceRequest) XXX_DiscardUnknown

func (m *UpdatePresenceRequest) XXX_DiscardUnknown()

func (*UpdatePresenceRequest) XXX_Marshal

func (m *UpdatePresenceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatePresenceRequest) XXX_Merge

func (m *UpdatePresenceRequest) XXX_Merge(src proto.Message)

func (*UpdatePresenceRequest) XXX_Size

func (m *UpdatePresenceRequest) XXX_Size() int

func (*UpdatePresenceRequest) XXX_Unmarshal

func (m *UpdatePresenceRequest) XXX_Unmarshal(b []byte) error

type UpdatePresenceResponse

type UpdatePresenceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatePresenceResponse) Descriptor

func (*UpdatePresenceResponse) Descriptor() ([]byte, []int)

func (*UpdatePresenceResponse) Marshal

func (m *UpdatePresenceResponse) Marshal() (dAtA []byte, err error)

func (*UpdatePresenceResponse) MarshalTo

func (m *UpdatePresenceResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdatePresenceResponse) MarshalToSizedBuffer

func (m *UpdatePresenceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdatePresenceResponse) ProtoMessage

func (*UpdatePresenceResponse) ProtoMessage()

func (*UpdatePresenceResponse) Reset

func (m *UpdatePresenceResponse) Reset()

func (*UpdatePresenceResponse) Size

func (m *UpdatePresenceResponse) Size() (n int)

func (*UpdatePresenceResponse) String

func (m *UpdatePresenceResponse) String() string

func (*UpdatePresenceResponse) Unmarshal

func (m *UpdatePresenceResponse) Unmarshal(dAtA []byte) error

func (*UpdatePresenceResponse) XXX_DiscardUnknown

func (m *UpdatePresenceResponse) XXX_DiscardUnknown()

func (*UpdatePresenceResponse) XXX_Marshal

func (m *UpdatePresenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdatePresenceResponse) XXX_Merge

func (m *UpdatePresenceResponse) XXX_Merge(src proto.Message)

func (*UpdatePresenceResponse) XXX_Size

func (m *UpdatePresenceResponse) XXX_Size() int

func (*UpdatePresenceResponse) XXX_Unmarshal

func (m *UpdatePresenceResponse) XXX_Unmarshal(b []byte) error

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Id                   string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *UpdatableProjectFields `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*UpdateProjectRequest) Descriptor

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

func (*UpdateProjectRequest) GetFields

func (*UpdateProjectRequest) GetId

func (m *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) Marshal

func (m *UpdateProjectRequest) Marshal() (dAtA []byte, err error)

func (*UpdateProjectRequest) MarshalTo

func (m *UpdateProjectRequest) MarshalTo(dAtA []byte) (int, error)

func (*UpdateProjectRequest) MarshalToSizedBuffer

func (m *UpdateProjectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) Reset

func (m *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) Size

func (m *UpdateProjectRequest) Size() (n int)

func (*UpdateProjectRequest) String

func (m *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) Unmarshal

func (m *UpdateProjectRequest) Unmarshal(dAtA []byte) error

func (*UpdateProjectRequest) XXX_DiscardUnknown

func (m *UpdateProjectRequest) XXX_DiscardUnknown()

func (*UpdateProjectRequest) XXX_Marshal

func (m *UpdateProjectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateProjectRequest) XXX_Merge

func (m *UpdateProjectRequest) XXX_Merge(src proto.Message)

func (*UpdateProjectRequest) XXX_Size

func (m *UpdateProjectRequest) XXX_Size() int

func (*UpdateProjectRequest) XXX_Unmarshal

func (m *UpdateProjectRequest) XXX_Unmarshal(b []byte) error

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Project              *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateProjectResponse) Descriptor

func (*UpdateProjectResponse) Descriptor() ([]byte, []int)

func (*UpdateProjectResponse) GetProject

func (m *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) Marshal

func (m *UpdateProjectResponse) Marshal() (dAtA []byte, err error)

func (*UpdateProjectResponse) MarshalTo

func (m *UpdateProjectResponse) MarshalTo(dAtA []byte) (int, error)

func (*UpdateProjectResponse) MarshalToSizedBuffer

func (m *UpdateProjectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) Reset

func (m *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) Size

func (m *UpdateProjectResponse) Size() (n int)

func (*UpdateProjectResponse) String

func (m *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) Unmarshal

func (m *UpdateProjectResponse) Unmarshal(dAtA []byte) error

func (*UpdateProjectResponse) XXX_DiscardUnknown

func (m *UpdateProjectResponse) XXX_DiscardUnknown()

func (*UpdateProjectResponse) XXX_Marshal

func (m *UpdateProjectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateProjectResponse) XXX_Merge

func (m *UpdateProjectResponse) XXX_Merge(src proto.Message)

func (*UpdateProjectResponse) XXX_Size

func (m *UpdateProjectResponse) XXX_Size() int

func (*UpdateProjectResponse) XXX_Unmarshal

func (m *UpdateProjectResponse) XXX_Unmarshal(b []byte) error

type User

type User struct {
	Id                   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Username             string           `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	CreatedAt            *types.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*User) Descriptor

func (*User) Descriptor() ([]byte, []int)

func (*User) GetCreatedAt

func (m *User) GetCreatedAt() *types.Timestamp

func (*User) GetId

func (m *User) GetId() string

func (*User) GetUsername

func (m *User) GetUsername() string

func (*User) Marshal

func (m *User) Marshal() (dAtA []byte, err error)

func (*User) MarshalTo

func (m *User) MarshalTo(dAtA []byte) (int, error)

func (*User) MarshalToSizedBuffer

func (m *User) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) Size

func (m *User) Size() (n int)

func (*User) String

func (m *User) String() string

func (*User) Unmarshal

func (m *User) Unmarshal(dAtA []byte) error

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*User) XXX_Merge

func (m *User) XXX_Merge(src proto.Message)

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

func (m *User) XXX_Unmarshal(b []byte) error

type ValueType

type ValueType int32
const (
	ValueType_VALUE_TYPE_NULL        ValueType = 0
	ValueType_VALUE_TYPE_BOOLEAN     ValueType = 1
	ValueType_VALUE_TYPE_INTEGER     ValueType = 2
	ValueType_VALUE_TYPE_LONG        ValueType = 3
	ValueType_VALUE_TYPE_DOUBLE      ValueType = 4
	ValueType_VALUE_TYPE_STRING      ValueType = 5
	ValueType_VALUE_TYPE_BYTES       ValueType = 6
	ValueType_VALUE_TYPE_DATE        ValueType = 7
	ValueType_VALUE_TYPE_JSON_OBJECT ValueType = 8
	ValueType_VALUE_TYPE_JSON_ARRAY  ValueType = 9
	ValueType_VALUE_TYPE_TEXT        ValueType = 10
	ValueType_VALUE_TYPE_INTEGER_CNT ValueType = 11
	ValueType_VALUE_TYPE_LONG_CNT    ValueType = 12
	ValueType_VALUE_TYPE_TREE        ValueType = 13
)

func (ValueType) EnumDescriptor

func (ValueType) EnumDescriptor() ([]byte, []int)

func (ValueType) String

func (x ValueType) String() string

type WatchDocumentRequest added in v0.3.3

type WatchDocumentRequest struct {
	Client               *Client  `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	DocumentId           string   `protobuf:"bytes,2,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WatchDocumentRequest) Descriptor added in v0.3.3

func (*WatchDocumentRequest) Descriptor() ([]byte, []int)

func (*WatchDocumentRequest) GetClient added in v0.3.3

func (m *WatchDocumentRequest) GetClient() *Client

func (*WatchDocumentRequest) GetDocumentId added in v0.3.3

func (m *WatchDocumentRequest) GetDocumentId() string

func (*WatchDocumentRequest) Marshal added in v0.3.3

func (m *WatchDocumentRequest) Marshal() (dAtA []byte, err error)

func (*WatchDocumentRequest) MarshalTo added in v0.3.3

func (m *WatchDocumentRequest) MarshalTo(dAtA []byte) (int, error)

func (*WatchDocumentRequest) MarshalToSizedBuffer added in v0.3.3

func (m *WatchDocumentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchDocumentRequest) ProtoMessage added in v0.3.3

func (*WatchDocumentRequest) ProtoMessage()

func (*WatchDocumentRequest) Reset added in v0.3.3

func (m *WatchDocumentRequest) Reset()

func (*WatchDocumentRequest) Size added in v0.3.3

func (m *WatchDocumentRequest) Size() (n int)

func (*WatchDocumentRequest) String added in v0.3.3

func (m *WatchDocumentRequest) String() string

func (*WatchDocumentRequest) Unmarshal added in v0.3.3

func (m *WatchDocumentRequest) Unmarshal(dAtA []byte) error

func (*WatchDocumentRequest) XXX_DiscardUnknown added in v0.3.3

func (m *WatchDocumentRequest) XXX_DiscardUnknown()

func (*WatchDocumentRequest) XXX_Marshal added in v0.3.3

func (m *WatchDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WatchDocumentRequest) XXX_Merge added in v0.3.3

func (m *WatchDocumentRequest) XXX_Merge(src proto.Message)

func (*WatchDocumentRequest) XXX_Size added in v0.3.3

func (m *WatchDocumentRequest) XXX_Size() int

func (*WatchDocumentRequest) XXX_Unmarshal added in v0.3.3

func (m *WatchDocumentRequest) XXX_Unmarshal(b []byte) error

type WatchDocumentResponse added in v0.3.3

type WatchDocumentResponse struct {
	// Types that are valid to be assigned to Body:
	//	*WatchDocumentResponse_Initialization_
	//	*WatchDocumentResponse_Event
	Body                 isWatchDocumentResponse_Body `protobuf_oneof:"body"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*WatchDocumentResponse) Descriptor added in v0.3.3

func (*WatchDocumentResponse) Descriptor() ([]byte, []int)

func (*WatchDocumentResponse) GetBody added in v0.3.3

func (m *WatchDocumentResponse) GetBody() isWatchDocumentResponse_Body

func (*WatchDocumentResponse) GetEvent added in v0.3.3

func (m *WatchDocumentResponse) GetEvent() *DocEvent

func (*WatchDocumentResponse) GetInitialization added in v0.3.3

func (*WatchDocumentResponse) Marshal added in v0.3.3

func (m *WatchDocumentResponse) Marshal() (dAtA []byte, err error)

func (*WatchDocumentResponse) MarshalTo added in v0.3.3

func (m *WatchDocumentResponse) MarshalTo(dAtA []byte) (int, error)

func (*WatchDocumentResponse) MarshalToSizedBuffer added in v0.3.3

func (m *WatchDocumentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchDocumentResponse) ProtoMessage added in v0.3.3

func (*WatchDocumentResponse) ProtoMessage()

func (*WatchDocumentResponse) Reset added in v0.3.3

func (m *WatchDocumentResponse) Reset()

func (*WatchDocumentResponse) Size added in v0.3.3

func (m *WatchDocumentResponse) Size() (n int)

func (*WatchDocumentResponse) String added in v0.3.3

func (m *WatchDocumentResponse) String() string

func (*WatchDocumentResponse) Unmarshal added in v0.3.3

func (m *WatchDocumentResponse) Unmarshal(dAtA []byte) error

func (*WatchDocumentResponse) XXX_DiscardUnknown added in v0.3.3

func (m *WatchDocumentResponse) XXX_DiscardUnknown()

func (*WatchDocumentResponse) XXX_Marshal added in v0.3.3

func (m *WatchDocumentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WatchDocumentResponse) XXX_Merge added in v0.3.3

func (m *WatchDocumentResponse) XXX_Merge(src proto.Message)

func (*WatchDocumentResponse) XXX_OneofWrappers added in v0.3.3

func (*WatchDocumentResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*WatchDocumentResponse) XXX_Size added in v0.3.3

func (m *WatchDocumentResponse) XXX_Size() int

func (*WatchDocumentResponse) XXX_Unmarshal added in v0.3.3

func (m *WatchDocumentResponse) XXX_Unmarshal(b []byte) error

type WatchDocumentResponse_Event added in v0.3.3

type WatchDocumentResponse_Event struct {
	Event *DocEvent `protobuf:"bytes,2,opt,name=event,proto3,oneof" json:"event,omitempty"`
}

func (*WatchDocumentResponse_Event) MarshalTo added in v0.3.3

func (m *WatchDocumentResponse_Event) MarshalTo(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Event) MarshalToSizedBuffer added in v0.3.3

func (m *WatchDocumentResponse_Event) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Event) Size added in v0.3.3

func (m *WatchDocumentResponse_Event) Size() (n int)

type WatchDocumentResponse_Initialization added in v0.3.3

type WatchDocumentResponse_Initialization struct {
	Peers                []*Client `protobuf:"bytes,1,rep,name=peers,proto3" json:"peers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*WatchDocumentResponse_Initialization) Descriptor added in v0.3.3

func (*WatchDocumentResponse_Initialization) Descriptor() ([]byte, []int)

func (*WatchDocumentResponse_Initialization) GetPeers added in v0.3.3

func (*WatchDocumentResponse_Initialization) Marshal added in v0.3.3

func (m *WatchDocumentResponse_Initialization) Marshal() (dAtA []byte, err error)

func (*WatchDocumentResponse_Initialization) MarshalTo added in v0.3.3

func (m *WatchDocumentResponse_Initialization) MarshalTo(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Initialization) MarshalToSizedBuffer added in v0.3.3

func (m *WatchDocumentResponse_Initialization) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Initialization) ProtoMessage added in v0.3.3

func (*WatchDocumentResponse_Initialization) ProtoMessage()

func (*WatchDocumentResponse_Initialization) Reset added in v0.3.3

func (*WatchDocumentResponse_Initialization) Size added in v0.3.3

func (*WatchDocumentResponse_Initialization) String added in v0.3.3

func (*WatchDocumentResponse_Initialization) Unmarshal added in v0.3.3

func (m *WatchDocumentResponse_Initialization) Unmarshal(dAtA []byte) error

func (*WatchDocumentResponse_Initialization) XXX_DiscardUnknown added in v0.3.3

func (m *WatchDocumentResponse_Initialization) XXX_DiscardUnknown()

func (*WatchDocumentResponse_Initialization) XXX_Marshal added in v0.3.3

func (m *WatchDocumentResponse_Initialization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WatchDocumentResponse_Initialization) XXX_Merge added in v0.3.3

func (*WatchDocumentResponse_Initialization) XXX_Size added in v0.3.3

func (*WatchDocumentResponse_Initialization) XXX_Unmarshal added in v0.3.3

func (m *WatchDocumentResponse_Initialization) XXX_Unmarshal(b []byte) error

type WatchDocumentResponse_Initialization_ added in v0.3.3

type WatchDocumentResponse_Initialization_ struct {
	Initialization *WatchDocumentResponse_Initialization `protobuf:"bytes,1,opt,name=initialization,proto3,oneof" json:"initialization,omitempty"`
}

func (*WatchDocumentResponse_Initialization_) MarshalTo added in v0.3.3

func (m *WatchDocumentResponse_Initialization_) MarshalTo(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Initialization_) MarshalToSizedBuffer added in v0.3.3

func (m *WatchDocumentResponse_Initialization_) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WatchDocumentResponse_Initialization_) Size added in v0.3.3

type YorkieServiceClient

YorkieServiceClient is the client API for YorkieService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewYorkieServiceClient

func NewYorkieServiceClient(cc *grpc.ClientConn) YorkieServiceClient

type YorkieService_WatchDocumentClient added in v0.3.3

type YorkieService_WatchDocumentClient interface {
	Recv() (*WatchDocumentResponse, error)
	grpc.ClientStream
}

type YorkieService_WatchDocumentServer added in v0.3.3

type YorkieService_WatchDocumentServer interface {
	Send(*WatchDocumentResponse) error
	grpc.ServerStream
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL