api

package
v0.2.10 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 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 (
	ErrInvalidLengthCluster        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCluster          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCluster = 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: "DOCUMENTS_CHANGED",
	1: "DOCUMENTS_WATCHED",
	2: "DOCUMENTS_UNWATCHED",
	3: "PRESENCE_CHANGED",
}
View Source
var DocEventType_value = map[string]int32{
	"DOCUMENTS_CHANGED":   0,
	"DOCUMENTS_WATCHED":   1,
	"DOCUMENTS_UNWATCHED": 2,
	"PRESENCE_CHANGED":    3,
}
View Source
var ValueType_name = map[int32]string{
	0:  "NULL",
	1:  "BOOLEAN",
	2:  "INTEGER",
	3:  "LONG",
	4:  "DOUBLE",
	5:  "STRING",
	6:  "BYTES",
	7:  "DATE",
	8:  "JSON_OBJECT",
	9:  "JSON_ARRAY",
	10: "TEXT",
	11: "RICH_TEXT",
	12: "INTEGER_CNT",
	13: "LONG_CNT",
	14: "DOUBLE_CNT",
}
View Source
var ValueType_value = map[string]int32{
	"NULL":        0,
	"BOOLEAN":     1,
	"INTEGER":     2,
	"LONG":        3,
	"DOUBLE":      4,
	"STRING":      5,
	"BYTES":       6,
	"DATE":        7,
	"JSON_OBJECT": 8,
	"JSON_ARRAY":  9,
	"TEXT":        10,
	"RICH_TEXT":   11,
	"INTEGER_CNT": 12,
	"LONG_CNT":    13,
	"DOUBLE_CNT":  14,
}

Functions

func RegisterAdminServer added in v0.2.4

func RegisterAdminServer(s *grpc.Server, srv AdminServer)

func RegisterClusterServer added in v0.1.6

func RegisterClusterServer(s *grpc.Server, srv ClusterServer)

func RegisterYorkieServer

func RegisterYorkieServer(s *grpc.Server, srv YorkieServer)

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 AdminClient added in v0.2.4

AdminClient is the client API for Admin service.

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

func NewAdminClient added in v0.2.4

func NewAdminClient(cc *grpc.ClientConn) AdminClient

type AdminServer added in v0.2.4

AdminServer is the server API for Admin service.

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"`
	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 (*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) 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 BroadcastEventRequest added in v0.1.6

type BroadcastEventRequest struct {
	PublisherId          []byte    `protobuf:"bytes,1,opt,name=publisher_id,json=publisherId,proto3" json:"publisher_id,omitempty"`
	Event                *DocEvent `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*BroadcastEventRequest) Descriptor added in v0.1.6

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

func (*BroadcastEventRequest) GetEvent added in v0.1.6

func (m *BroadcastEventRequest) GetEvent() *DocEvent

func (*BroadcastEventRequest) GetPublisherId added in v0.1.6

func (m *BroadcastEventRequest) GetPublisherId() []byte

func (*BroadcastEventRequest) Marshal added in v0.1.6

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

func (*BroadcastEventRequest) MarshalTo added in v0.1.6

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

func (*BroadcastEventRequest) MarshalToSizedBuffer added in v0.1.6

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

func (*BroadcastEventRequest) ProtoMessage added in v0.1.6

func (*BroadcastEventRequest) ProtoMessage()

func (*BroadcastEventRequest) Reset added in v0.1.6

func (m *BroadcastEventRequest) Reset()

func (*BroadcastEventRequest) Size added in v0.1.6

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

func (*BroadcastEventRequest) String added in v0.1.6

func (m *BroadcastEventRequest) String() string

func (*BroadcastEventRequest) Unmarshal added in v0.1.6

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

func (*BroadcastEventRequest) XXX_DiscardUnknown added in v0.1.6

func (m *BroadcastEventRequest) XXX_DiscardUnknown()

func (*BroadcastEventRequest) XXX_Marshal added in v0.1.6

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

func (*BroadcastEventRequest) XXX_Merge added in v0.1.6

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

func (*BroadcastEventRequest) XXX_Size added in v0.1.6

func (m *BroadcastEventRequest) XXX_Size() int

func (*BroadcastEventRequest) XXX_Unmarshal added in v0.1.6

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

type BroadcastEventResponse added in v0.1.6

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

func (*BroadcastEventResponse) Descriptor added in v0.1.6

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

func (*BroadcastEventResponse) Marshal added in v0.1.6

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

func (*BroadcastEventResponse) MarshalTo added in v0.1.6

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

func (*BroadcastEventResponse) MarshalToSizedBuffer added in v0.1.6

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

func (*BroadcastEventResponse) ProtoMessage added in v0.1.6

func (*BroadcastEventResponse) ProtoMessage()

func (*BroadcastEventResponse) Reset added in v0.1.6

func (m *BroadcastEventResponse) Reset()

func (*BroadcastEventResponse) Size added in v0.1.6

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

func (*BroadcastEventResponse) String added in v0.1.6

func (m *BroadcastEventResponse) String() string

func (*BroadcastEventResponse) Unmarshal added in v0.1.6

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

func (*BroadcastEventResponse) XXX_DiscardUnknown added in v0.1.6

func (m *BroadcastEventResponse) XXX_DiscardUnknown()

func (*BroadcastEventResponse) XXX_Marshal added in v0.1.6

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

func (*BroadcastEventResponse) XXX_Merge added in v0.1.6

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

func (*BroadcastEventResponse) XXX_Size added in v0.1.6

func (m *BroadcastEventResponse) XXX_Size() int

func (*BroadcastEventResponse) XXX_Unmarshal added in v0.1.6

func (m *BroadcastEventResponse) 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            uint64   `protobuf:"varint,2,opt,name=server_seq,json=serverSeq,proto3" json:"server_seq,omitempty"`
	Lamport              uint64   `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() uint64

func (*ChangeID) GetServerSeq added in v0.2.3

func (m *ChangeID) GetServerSeq() uint64

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"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

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) 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            uint64   `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() uint64

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 added in v0.1.2

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 added in v0.1.2

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

func (*Client) GetId added in v0.1.2

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

func (*Client) GetPresence added in v0.2.4

func (m *Client) GetPresence() *Presence

func (*Client) Marshal added in v0.1.2

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

func (*Client) MarshalTo added in v0.1.2

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

func (*Client) MarshalToSizedBuffer added in v0.1.2

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

func (*Client) ProtoMessage added in v0.1.2

func (*Client) ProtoMessage()

func (*Client) Reset added in v0.1.2

func (m *Client) Reset()

func (*Client) Size added in v0.1.2

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

func (*Client) String added in v0.1.2

func (m *Client) String() string

func (*Client) Unmarshal added in v0.1.2

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

func (*Client) XXX_DiscardUnknown added in v0.1.2

func (m *Client) XXX_DiscardUnknown()

func (*Client) XXX_Marshal added in v0.1.2

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

func (*Client) XXX_Merge added in v0.1.2

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

func (*Client) XXX_Size added in v0.1.2

func (m *Client) XXX_Size() int

func (*Client) XXX_Unmarshal added in v0.1.2

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

type Clients

type Clients struct {
	Clients              []*Client `protobuf:"bytes,1,rep,name=clients,proto3" json:"clients,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Clients) Descriptor

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

func (*Clients) GetClients added in v0.1.2

func (m *Clients) GetClients() []*Client

func (*Clients) Marshal

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

func (*Clients) MarshalTo

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

func (*Clients) MarshalToSizedBuffer

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

func (*Clients) ProtoMessage

func (*Clients) ProtoMessage()

func (*Clients) Reset

func (m *Clients) Reset()

func (*Clients) Size

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

func (*Clients) String

func (m *Clients) String() string

func (*Clients) Unmarshal

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

func (*Clients) XXX_DiscardUnknown

func (m *Clients) XXX_DiscardUnknown()

func (*Clients) XXX_Marshal

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

func (*Clients) XXX_Merge

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

func (*Clients) XXX_Size

func (m *Clients) XXX_Size() int

func (*Clients) XXX_Unmarshal

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

type ClusterClient added in v0.1.6

type ClusterClient interface {
	BroadcastEvent(ctx context.Context, in *BroadcastEventRequest, opts ...grpc.CallOption) (*BroadcastEventResponse, error)
}

ClusterClient is the client API for Cluster service.

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

func NewClusterClient added in v0.1.6

func NewClusterClient(cc *grpc.ClientConn) ClusterClient

type ClusterServer added in v0.1.6

type ClusterServer interface {
	BroadcastEvent(context.Context, *BroadcastEventRequest) (*BroadcastEventResponse, error)
}

ClusterServer is the server API for Cluster service.

type CreateProjectRequest added in v0.2.4

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 added in v0.2.4

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

func (*CreateProjectRequest) GetName added in v0.2.4

func (m *CreateProjectRequest) GetName() string

func (*CreateProjectRequest) Marshal added in v0.2.4

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

func (*CreateProjectRequest) MarshalTo added in v0.2.4

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

func (*CreateProjectRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*CreateProjectRequest) ProtoMessage added in v0.2.4

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) Reset added in v0.2.4

func (m *CreateProjectRequest) Reset()

func (*CreateProjectRequest) Size added in v0.2.4

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

func (*CreateProjectRequest) String added in v0.2.4

func (m *CreateProjectRequest) String() string

func (*CreateProjectRequest) Unmarshal added in v0.2.4

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

func (*CreateProjectRequest) XXX_DiscardUnknown added in v0.2.4

func (m *CreateProjectRequest) XXX_DiscardUnknown()

func (*CreateProjectRequest) XXX_Marshal added in v0.2.4

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

func (*CreateProjectRequest) XXX_Merge added in v0.2.4

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

func (*CreateProjectRequest) XXX_Size added in v0.2.4

func (m *CreateProjectRequest) XXX_Size() int

func (*CreateProjectRequest) XXX_Unmarshal added in v0.2.4

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

type CreateProjectResponse added in v0.2.4

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 added in v0.2.4

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

func (*CreateProjectResponse) GetProject added in v0.2.4

func (m *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) Marshal added in v0.2.4

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

func (*CreateProjectResponse) MarshalTo added in v0.2.4

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

func (*CreateProjectResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*CreateProjectResponse) ProtoMessage added in v0.2.4

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) Reset added in v0.2.4

func (m *CreateProjectResponse) Reset()

func (*CreateProjectResponse) Size added in v0.2.4

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

func (*CreateProjectResponse) String added in v0.2.4

func (m *CreateProjectResponse) String() string

func (*CreateProjectResponse) Unmarshal added in v0.2.4

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

func (*CreateProjectResponse) XXX_DiscardUnknown added in v0.2.4

func (m *CreateProjectResponse) XXX_DiscardUnknown()

func (*CreateProjectResponse) XXX_Marshal added in v0.2.4

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

func (*CreateProjectResponse) XXX_Merge added in v0.2.4

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

func (*CreateProjectResponse) XXX_Size added in v0.2.4

func (m *CreateProjectResponse) XXX_Size() int

func (*CreateProjectResponse) XXX_Unmarshal added in v0.2.4

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"`
	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 (*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) 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 added in v0.1.6

type DocEvent struct {
	Type                 DocEventType `protobuf:"varint,1,opt,name=type,proto3,enum=api.DocEventType" json:"type,omitempty"`
	Publisher            *Client      `protobuf:"bytes,2,opt,name=publisher,proto3" json:"publisher,omitempty"`
	DocumentKeys         []string     `protobuf:"bytes,3,rep,name=document_keys,json=documentKeys,proto3" json:"document_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DocEvent) Descriptor added in v0.1.6

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

func (*DocEvent) GetDocumentKeys added in v0.1.6

func (m *DocEvent) GetDocumentKeys() []string

func (*DocEvent) GetPublisher added in v0.1.6

func (m *DocEvent) GetPublisher() *Client

func (*DocEvent) GetType added in v0.1.6

func (m *DocEvent) GetType() DocEventType

func (*DocEvent) Marshal added in v0.1.6

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

func (*DocEvent) MarshalTo added in v0.1.6

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

func (*DocEvent) MarshalToSizedBuffer added in v0.1.6

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

func (*DocEvent) ProtoMessage added in v0.1.6

func (*DocEvent) ProtoMessage()

func (*DocEvent) Reset added in v0.1.6

func (m *DocEvent) Reset()

func (*DocEvent) Size added in v0.1.6

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

func (*DocEvent) String added in v0.1.6

func (m *DocEvent) String() string

func (*DocEvent) Unmarshal added in v0.1.6

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

func (*DocEvent) XXX_DiscardUnknown added in v0.1.6

func (m *DocEvent) XXX_DiscardUnknown()

func (*DocEvent) XXX_Marshal added in v0.1.6

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

func (*DocEvent) XXX_Merge added in v0.1.6

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

func (*DocEvent) XXX_Size added in v0.1.6

func (m *DocEvent) XXX_Size() int

func (*DocEvent) XXX_Unmarshal added in v0.1.6

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

type DocEventType added in v0.1.6

type DocEventType int32
const (
	DocEventType_DOCUMENTS_CHANGED   DocEventType = 0
	DocEventType_DOCUMENTS_WATCHED   DocEventType = 1
	DocEventType_DOCUMENTS_UNWATCHED DocEventType = 2
	DocEventType_PRESENCE_CHANGED    DocEventType = 3
)

func (DocEventType) EnumDescriptor added in v0.1.6

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

func (DocEventType) String added in v0.1.6

func (x DocEventType) String() string

type DocumentSummary added in v0.2.4

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 added in v0.2.4

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

func (*DocumentSummary) GetAccessedAt added in v0.2.6

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

func (*DocumentSummary) GetCreatedAt added in v0.2.6

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

func (*DocumentSummary) GetId added in v0.2.4

func (m *DocumentSummary) GetId() string

func (*DocumentSummary) GetKey added in v0.2.4

func (m *DocumentSummary) GetKey() string

func (*DocumentSummary) GetSnapshot added in v0.2.4

func (m *DocumentSummary) GetSnapshot() string

func (*DocumentSummary) GetUpdatedAt added in v0.2.6

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

func (*DocumentSummary) Marshal added in v0.2.4

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

func (*DocumentSummary) MarshalTo added in v0.2.4

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

func (*DocumentSummary) MarshalToSizedBuffer added in v0.2.4

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

func (*DocumentSummary) ProtoMessage added in v0.2.4

func (*DocumentSummary) ProtoMessage()

func (*DocumentSummary) Reset added in v0.2.4

func (m *DocumentSummary) Reset()

func (*DocumentSummary) Size added in v0.2.4

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

func (*DocumentSummary) String added in v0.2.4

func (m *DocumentSummary) String() string

func (*DocumentSummary) Unmarshal added in v0.2.4

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

func (*DocumentSummary) XXX_DiscardUnknown added in v0.2.4

func (m *DocumentSummary) XXX_DiscardUnknown()

func (*DocumentSummary) XXX_Marshal added in v0.2.4

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

func (*DocumentSummary) XXX_Merge added in v0.2.4

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

func (*DocumentSummary) XXX_Size added in v0.2.4

func (m *DocumentSummary) XXX_Size() int

func (*DocumentSummary) XXX_Unmarshal added in v0.2.4

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

type GetDocumentRequest added in v0.2.4

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 added in v0.2.4

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

func (*GetDocumentRequest) GetDocumentKey added in v0.2.6

func (m *GetDocumentRequest) GetDocumentKey() string

func (*GetDocumentRequest) GetProjectName added in v0.2.6

func (m *GetDocumentRequest) GetProjectName() string

func (*GetDocumentRequest) Marshal added in v0.2.4

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

func (*GetDocumentRequest) MarshalTo added in v0.2.4

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

func (*GetDocumentRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*GetDocumentRequest) ProtoMessage added in v0.2.4

func (*GetDocumentRequest) ProtoMessage()

func (*GetDocumentRequest) Reset added in v0.2.4

func (m *GetDocumentRequest) Reset()

func (*GetDocumentRequest) Size added in v0.2.4

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

func (*GetDocumentRequest) String added in v0.2.4

func (m *GetDocumentRequest) String() string

func (*GetDocumentRequest) Unmarshal added in v0.2.4

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

func (*GetDocumentRequest) XXX_DiscardUnknown added in v0.2.4

func (m *GetDocumentRequest) XXX_DiscardUnknown()

func (*GetDocumentRequest) XXX_Marshal added in v0.2.4

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

func (*GetDocumentRequest) XXX_Merge added in v0.2.4

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

func (*GetDocumentRequest) XXX_Size added in v0.2.4

func (m *GetDocumentRequest) XXX_Size() int

func (*GetDocumentRequest) XXX_Unmarshal added in v0.2.4

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

type GetDocumentResponse added in v0.2.4

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 added in v0.2.4

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

func (*GetDocumentResponse) GetDocument added in v0.2.4

func (m *GetDocumentResponse) GetDocument() *DocumentSummary

func (*GetDocumentResponse) Marshal added in v0.2.4

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

func (*GetDocumentResponse) MarshalTo added in v0.2.4

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

func (*GetDocumentResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*GetDocumentResponse) ProtoMessage added in v0.2.4

func (*GetDocumentResponse) ProtoMessage()

func (*GetDocumentResponse) Reset added in v0.2.4

func (m *GetDocumentResponse) Reset()

func (*GetDocumentResponse) Size added in v0.2.4

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

func (*GetDocumentResponse) String added in v0.2.4

func (m *GetDocumentResponse) String() string

func (*GetDocumentResponse) Unmarshal added in v0.2.4

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

func (*GetDocumentResponse) XXX_DiscardUnknown added in v0.2.4

func (m *GetDocumentResponse) XXX_DiscardUnknown()

func (*GetDocumentResponse) XXX_Marshal added in v0.2.4

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

func (*GetDocumentResponse) XXX_Merge added in v0.2.4

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

func (*GetDocumentResponse) XXX_Size added in v0.2.4

func (m *GetDocumentResponse) XXX_Size() int

func (*GetDocumentResponse) XXX_Unmarshal added in v0.2.4

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

type GetProjectRequest added in v0.2.6

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 added in v0.2.6

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

func (*GetProjectRequest) GetName added in v0.2.6

func (m *GetProjectRequest) GetName() string

func (*GetProjectRequest) Marshal added in v0.2.6

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

func (*GetProjectRequest) MarshalTo added in v0.2.6

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

func (*GetProjectRequest) MarshalToSizedBuffer added in v0.2.6

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

func (*GetProjectRequest) ProtoMessage added in v0.2.6

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) Reset added in v0.2.6

func (m *GetProjectRequest) Reset()

func (*GetProjectRequest) Size added in v0.2.6

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

func (*GetProjectRequest) String added in v0.2.6

func (m *GetProjectRequest) String() string

func (*GetProjectRequest) Unmarshal added in v0.2.6

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

func (*GetProjectRequest) XXX_DiscardUnknown added in v0.2.6

func (m *GetProjectRequest) XXX_DiscardUnknown()

func (*GetProjectRequest) XXX_Marshal added in v0.2.6

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

func (*GetProjectRequest) XXX_Merge added in v0.2.6

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

func (*GetProjectRequest) XXX_Size added in v0.2.6

func (m *GetProjectRequest) XXX_Size() int

func (*GetProjectRequest) XXX_Unmarshal added in v0.2.6

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

type GetProjectResponse added in v0.2.6

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 added in v0.2.6

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

func (*GetProjectResponse) GetProject added in v0.2.6

func (m *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) Marshal added in v0.2.6

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

func (*GetProjectResponse) MarshalTo added in v0.2.6

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

func (*GetProjectResponse) MarshalToSizedBuffer added in v0.2.6

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

func (*GetProjectResponse) ProtoMessage added in v0.2.6

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) Reset added in v0.2.6

func (m *GetProjectResponse) Reset()

func (*GetProjectResponse) Size added in v0.2.6

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

func (*GetProjectResponse) String added in v0.2.6

func (m *GetProjectResponse) String() string

func (*GetProjectResponse) Unmarshal added in v0.2.6

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

func (*GetProjectResponse) XXX_DiscardUnknown added in v0.2.6

func (m *GetProjectResponse) XXX_DiscardUnknown()

func (*GetProjectResponse) XXX_Marshal added in v0.2.6

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

func (*GetProjectResponse) XXX_Merge added in v0.2.6

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

func (*GetProjectResponse) XXX_Size added in v0.2.6

func (m *GetProjectResponse) XXX_Size() int

func (*GetProjectResponse) XXX_Unmarshal added in v0.2.6

func (m *GetProjectResponse) 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_RichText_
	//	*JSONElement_Counter_
	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 added in v0.1.3

func (m *JSONElement) GetJsonArray() *JSONElement_JSONArray

func (*JSONElement) GetJsonObject added in v0.1.3

func (m *JSONElement) GetJsonObject() *JSONElement_JSONObject

func (*JSONElement) GetPrimitive

func (m *JSONElement) GetPrimitive() *JSONElement_Primitive

func (*JSONElement) GetRichText

func (m *JSONElement) GetRichText() *JSONElement_RichText

func (*JSONElement) GetText

func (m *JSONElement) GetText() *JSONElement_Text

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=api.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=api.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 added in v0.1.3

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 added in v0.1.3

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

func (*JSONElement_JSONArray) GetCreatedAt added in v0.1.3

func (m *JSONElement_JSONArray) GetCreatedAt() *TimeTicket

func (*JSONElement_JSONArray) GetMovedAt added in v0.1.3

func (m *JSONElement_JSONArray) GetMovedAt() *TimeTicket

func (*JSONElement_JSONArray) GetNodes added in v0.1.3

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

func (*JSONElement_JSONArray) GetRemovedAt added in v0.1.3

func (m *JSONElement_JSONArray) GetRemovedAt() *TimeTicket

func (*JSONElement_JSONArray) Marshal added in v0.1.3

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

func (*JSONElement_JSONArray) MarshalTo added in v0.1.3

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

func (*JSONElement_JSONArray) MarshalToSizedBuffer added in v0.1.3

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

func (*JSONElement_JSONArray) ProtoMessage added in v0.1.3

func (*JSONElement_JSONArray) ProtoMessage()

func (*JSONElement_JSONArray) Reset added in v0.1.3

func (m *JSONElement_JSONArray) Reset()

func (*JSONElement_JSONArray) Size added in v0.1.3

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

func (*JSONElement_JSONArray) String added in v0.1.3

func (m *JSONElement_JSONArray) String() string

func (*JSONElement_JSONArray) Unmarshal added in v0.1.3

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

func (*JSONElement_JSONArray) XXX_DiscardUnknown added in v0.1.3

func (m *JSONElement_JSONArray) XXX_DiscardUnknown()

func (*JSONElement_JSONArray) XXX_Marshal added in v0.1.3

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

func (*JSONElement_JSONArray) XXX_Merge added in v0.1.3

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

func (*JSONElement_JSONArray) XXX_Size added in v0.1.3

func (m *JSONElement_JSONArray) XXX_Size() int

func (*JSONElement_JSONArray) XXX_Unmarshal added in v0.1.3

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

type JSONElement_JSONObject added in v0.1.3

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 added in v0.1.3

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

func (*JSONElement_JSONObject) GetCreatedAt added in v0.1.3

func (m *JSONElement_JSONObject) GetCreatedAt() *TimeTicket

func (*JSONElement_JSONObject) GetMovedAt added in v0.1.3

func (m *JSONElement_JSONObject) GetMovedAt() *TimeTicket

func (*JSONElement_JSONObject) GetNodes added in v0.1.3

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

func (*JSONElement_JSONObject) GetRemovedAt added in v0.1.3

func (m *JSONElement_JSONObject) GetRemovedAt() *TimeTicket

func (*JSONElement_JSONObject) Marshal added in v0.1.3

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

func (*JSONElement_JSONObject) MarshalTo added in v0.1.3

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

func (*JSONElement_JSONObject) MarshalToSizedBuffer added in v0.1.3

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

func (*JSONElement_JSONObject) ProtoMessage added in v0.1.3

func (*JSONElement_JSONObject) ProtoMessage()

func (*JSONElement_JSONObject) Reset added in v0.1.3

func (m *JSONElement_JSONObject) Reset()

func (*JSONElement_JSONObject) Size added in v0.1.3

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

func (*JSONElement_JSONObject) String added in v0.1.3

func (m *JSONElement_JSONObject) String() string

func (*JSONElement_JSONObject) Unmarshal added in v0.1.3

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

func (*JSONElement_JSONObject) XXX_DiscardUnknown added in v0.1.3

func (m *JSONElement_JSONObject) XXX_DiscardUnknown()

func (*JSONElement_JSONObject) XXX_Marshal added in v0.1.3

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

func (*JSONElement_JSONObject) XXX_Merge added in v0.1.3

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

func (*JSONElement_JSONObject) XXX_Size added in v0.1.3

func (m *JSONElement_JSONObject) XXX_Size() int

func (*JSONElement_JSONObject) XXX_Unmarshal added in v0.1.3

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

type JSONElement_JsonArray added in v0.1.3

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 added in v0.1.3

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

func (*JSONElement_JsonArray) MarshalToSizedBuffer added in v0.1.3

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

func (*JSONElement_JsonArray) Size added in v0.1.3

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

type JSONElement_JsonObject added in v0.1.3

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 added in v0.1.3

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

func (*JSONElement_JsonObject) MarshalToSizedBuffer added in v0.1.3

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

func (*JSONElement_JsonObject) Size added in v0.1.3

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

type JSONElement_Primitive

type JSONElement_Primitive struct {
	Type                 ValueType   `protobuf:"varint,1,opt,name=type,proto3,enum=api.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_RichText

type JSONElement_RichText struct {
	Nodes                []*RichTextNode `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_RichText) Descriptor

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

func (*JSONElement_RichText) GetCreatedAt

func (m *JSONElement_RichText) GetCreatedAt() *TimeTicket

func (*JSONElement_RichText) GetMovedAt

func (m *JSONElement_RichText) GetMovedAt() *TimeTicket

func (*JSONElement_RichText) GetNodes

func (m *JSONElement_RichText) GetNodes() []*RichTextNode

func (*JSONElement_RichText) GetRemovedAt

func (m *JSONElement_RichText) GetRemovedAt() *TimeTicket

func (*JSONElement_RichText) Marshal

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

func (*JSONElement_RichText) MarshalTo

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

func (*JSONElement_RichText) MarshalToSizedBuffer

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

func (*JSONElement_RichText) ProtoMessage

func (*JSONElement_RichText) ProtoMessage()

func (*JSONElement_RichText) Reset

func (m *JSONElement_RichText) Reset()

func (*JSONElement_RichText) Size

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

func (*JSONElement_RichText) String

func (m *JSONElement_RichText) String() string

func (*JSONElement_RichText) Unmarshal

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

func (*JSONElement_RichText) XXX_DiscardUnknown

func (m *JSONElement_RichText) XXX_DiscardUnknown()

func (*JSONElement_RichText) XXX_Marshal

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

func (*JSONElement_RichText) XXX_Merge

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

func (*JSONElement_RichText) XXX_Size

func (m *JSONElement_RichText) XXX_Size() int

func (*JSONElement_RichText) XXX_Unmarshal

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

type JSONElement_RichText_

type JSONElement_RichText_ struct {
	RichText *JSONElement_RichText `protobuf:"bytes,5,opt,name=rich_text,json=richText,proto3,oneof" json:"rich_text,omitempty"`
}

func (*JSONElement_RichText_) MarshalTo

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

func (*JSONElement_RichText_) MarshalToSizedBuffer

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

func (*JSONElement_RichText_) Size

func (m *JSONElement_RichText_) 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,4,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 ListChangesRequest added in v0.2.4

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListChangesRequest) Descriptor added in v0.2.4

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

func (*ListChangesRequest) GetDocumentKey added in v0.2.4

func (m *ListChangesRequest) GetDocumentKey() string

func (*ListChangesRequest) GetProjectName added in v0.2.9

func (m *ListChangesRequest) GetProjectName() string

func (*ListChangesRequest) Marshal added in v0.2.4

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

func (*ListChangesRequest) MarshalTo added in v0.2.4

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

func (*ListChangesRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*ListChangesRequest) ProtoMessage added in v0.2.4

func (*ListChangesRequest) ProtoMessage()

func (*ListChangesRequest) Reset added in v0.2.4

func (m *ListChangesRequest) Reset()

func (*ListChangesRequest) Size added in v0.2.4

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

func (*ListChangesRequest) String added in v0.2.4

func (m *ListChangesRequest) String() string

func (*ListChangesRequest) Unmarshal added in v0.2.4

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

func (*ListChangesRequest) XXX_DiscardUnknown added in v0.2.4

func (m *ListChangesRequest) XXX_DiscardUnknown()

func (*ListChangesRequest) XXX_Marshal added in v0.2.4

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

func (*ListChangesRequest) XXX_Merge added in v0.2.4

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

func (*ListChangesRequest) XXX_Size added in v0.2.4

func (m *ListChangesRequest) XXX_Size() int

func (*ListChangesRequest) XXX_Unmarshal added in v0.2.4

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

type ListChangesResponse added in v0.2.4

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 added in v0.2.4

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

func (*ListChangesResponse) GetChanges added in v0.2.4

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

func (*ListChangesResponse) Marshal added in v0.2.4

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

func (*ListChangesResponse) MarshalTo added in v0.2.4

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

func (*ListChangesResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*ListChangesResponse) ProtoMessage added in v0.2.4

func (*ListChangesResponse) ProtoMessage()

func (*ListChangesResponse) Reset added in v0.2.4

func (m *ListChangesResponse) Reset()

func (*ListChangesResponse) Size added in v0.2.4

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

func (*ListChangesResponse) String added in v0.2.4

func (m *ListChangesResponse) String() string

func (*ListChangesResponse) Unmarshal added in v0.2.4

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

func (*ListChangesResponse) XXX_DiscardUnknown added in v0.2.4

func (m *ListChangesResponse) XXX_DiscardUnknown()

func (*ListChangesResponse) XXX_Marshal added in v0.2.4

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

func (*ListChangesResponse) XXX_Merge added in v0.2.4

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

func (*ListChangesResponse) XXX_Size added in v0.2.4

func (m *ListChangesResponse) XXX_Size() int

func (*ListChangesResponse) XXX_Unmarshal added in v0.2.4

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

type ListDocumentsRequest added in v0.2.4

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 added in v0.2.4

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

func (*ListDocumentsRequest) GetIsForward added in v0.2.4

func (m *ListDocumentsRequest) GetIsForward() bool

func (*ListDocumentsRequest) GetPageSize added in v0.2.4

func (m *ListDocumentsRequest) GetPageSize() int32

func (*ListDocumentsRequest) GetPreviousId added in v0.2.4

func (m *ListDocumentsRequest) GetPreviousId() string

func (*ListDocumentsRequest) GetProjectName added in v0.2.6

func (m *ListDocumentsRequest) GetProjectName() string

func (*ListDocumentsRequest) Marshal added in v0.2.4

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

func (*ListDocumentsRequest) MarshalTo added in v0.2.4

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

func (*ListDocumentsRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*ListDocumentsRequest) ProtoMessage added in v0.2.4

func (*ListDocumentsRequest) ProtoMessage()

func (*ListDocumentsRequest) Reset added in v0.2.4

func (m *ListDocumentsRequest) Reset()

func (*ListDocumentsRequest) Size added in v0.2.4

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

func (*ListDocumentsRequest) String added in v0.2.4

func (m *ListDocumentsRequest) String() string

func (*ListDocumentsRequest) Unmarshal added in v0.2.4

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

func (*ListDocumentsRequest) XXX_DiscardUnknown added in v0.2.4

func (m *ListDocumentsRequest) XXX_DiscardUnknown()

func (*ListDocumentsRequest) XXX_Marshal added in v0.2.4

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

func (*ListDocumentsRequest) XXX_Merge added in v0.2.4

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

func (*ListDocumentsRequest) XXX_Size added in v0.2.4

func (m *ListDocumentsRequest) XXX_Size() int

func (*ListDocumentsRequest) XXX_Unmarshal added in v0.2.4

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

type ListDocumentsResponse added in v0.2.4

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 added in v0.2.4

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

func (*ListDocumentsResponse) GetDocuments added in v0.2.4

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

func (*ListDocumentsResponse) Marshal added in v0.2.4

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

func (*ListDocumentsResponse) MarshalTo added in v0.2.4

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

func (*ListDocumentsResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*ListDocumentsResponse) ProtoMessage added in v0.2.4

func (*ListDocumentsResponse) ProtoMessage()

func (*ListDocumentsResponse) Reset added in v0.2.4

func (m *ListDocumentsResponse) Reset()

func (*ListDocumentsResponse) Size added in v0.2.4

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

func (*ListDocumentsResponse) String added in v0.2.4

func (m *ListDocumentsResponse) String() string

func (*ListDocumentsResponse) Unmarshal added in v0.2.4

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

func (*ListDocumentsResponse) XXX_DiscardUnknown added in v0.2.4

func (m *ListDocumentsResponse) XXX_DiscardUnknown()

func (*ListDocumentsResponse) XXX_Marshal added in v0.2.4

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

func (*ListDocumentsResponse) XXX_Merge added in v0.2.4

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

func (*ListDocumentsResponse) XXX_Size added in v0.2.4

func (m *ListDocumentsResponse) XXX_Size() int

func (*ListDocumentsResponse) XXX_Unmarshal added in v0.2.4

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

type ListProjectsRequest added in v0.2.4

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

func (*ListProjectsRequest) Descriptor added in v0.2.4

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

func (*ListProjectsRequest) Marshal added in v0.2.4

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

func (*ListProjectsRequest) MarshalTo added in v0.2.4

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

func (*ListProjectsRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*ListProjectsRequest) ProtoMessage added in v0.2.4

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) Reset added in v0.2.4

func (m *ListProjectsRequest) Reset()

func (*ListProjectsRequest) Size added in v0.2.4

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

func (*ListProjectsRequest) String added in v0.2.4

func (m *ListProjectsRequest) String() string

func (*ListProjectsRequest) Unmarshal added in v0.2.4

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

func (*ListProjectsRequest) XXX_DiscardUnknown added in v0.2.4

func (m *ListProjectsRequest) XXX_DiscardUnknown()

func (*ListProjectsRequest) XXX_Marshal added in v0.2.4

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

func (*ListProjectsRequest) XXX_Merge added in v0.2.4

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

func (*ListProjectsRequest) XXX_Size added in v0.2.4

func (m *ListProjectsRequest) XXX_Size() int

func (*ListProjectsRequest) XXX_Unmarshal added in v0.2.4

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

type ListProjectsResponse added in v0.2.4

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 added in v0.2.4

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

func (*ListProjectsResponse) GetProjects added in v0.2.4

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

func (*ListProjectsResponse) Marshal added in v0.2.4

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

func (*ListProjectsResponse) MarshalTo added in v0.2.4

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

func (*ListProjectsResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*ListProjectsResponse) ProtoMessage added in v0.2.4

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) Reset added in v0.2.4

func (m *ListProjectsResponse) Reset()

func (*ListProjectsResponse) Size added in v0.2.4

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

func (*ListProjectsResponse) String added in v0.2.4

func (m *ListProjectsResponse) String() string

func (*ListProjectsResponse) Unmarshal added in v0.2.4

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

func (*ListProjectsResponse) XXX_DiscardUnknown added in v0.2.4

func (m *ListProjectsResponse) XXX_DiscardUnknown()

func (*ListProjectsResponse) XXX_Marshal added in v0.2.4

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

func (*ListProjectsResponse) XXX_Merge added in v0.2.4

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

func (*ListProjectsResponse) XXX_Size added in v0.2.4

func (m *ListProjectsResponse) XXX_Size() int

func (*ListProjectsResponse) XXX_Unmarshal added in v0.2.4

func (m *ListProjectsResponse) 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_RichEdit_
	//	*Operation_Style_
	//	*Operation_Increase_
	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) GetRichEdit

func (m *Operation) GetRichEdit() *Operation_RichEdit

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) 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"`
	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) 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,9,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_RichEdit

type Operation_RichEdit 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"`
	Attributes           map[string]string      `` /* 161-byte string literal not displayed */
	ExecutedAt           *TimeTicket            `protobuf:"bytes,7,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_RichEdit) Descriptor

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

func (*Operation_RichEdit) GetAttributes

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

func (*Operation_RichEdit) GetContent

func (m *Operation_RichEdit) GetContent() string

func (*Operation_RichEdit) GetCreatedAtMapByActor

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

func (*Operation_RichEdit) GetExecutedAt

func (m *Operation_RichEdit) GetExecutedAt() *TimeTicket

func (*Operation_RichEdit) GetFrom

func (m *Operation_RichEdit) GetFrom() *TextNodePos

func (*Operation_RichEdit) GetParentCreatedAt

func (m *Operation_RichEdit) GetParentCreatedAt() *TimeTicket

func (*Operation_RichEdit) GetTo

func (m *Operation_RichEdit) GetTo() *TextNodePos

func (*Operation_RichEdit) Marshal

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

func (*Operation_RichEdit) MarshalTo

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

func (*Operation_RichEdit) MarshalToSizedBuffer

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

func (*Operation_RichEdit) ProtoMessage

func (*Operation_RichEdit) ProtoMessage()

func (*Operation_RichEdit) Reset

func (m *Operation_RichEdit) Reset()

func (*Operation_RichEdit) Size

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

func (*Operation_RichEdit) String

func (m *Operation_RichEdit) String() string

func (*Operation_RichEdit) Unmarshal

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

func (*Operation_RichEdit) XXX_DiscardUnknown

func (m *Operation_RichEdit) XXX_DiscardUnknown()

func (*Operation_RichEdit) XXX_Marshal

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

func (*Operation_RichEdit) XXX_Merge

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

func (*Operation_RichEdit) XXX_Size

func (m *Operation_RichEdit) XXX_Size() int

func (*Operation_RichEdit) XXX_Unmarshal

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

type Operation_RichEdit_

type Operation_RichEdit_ struct {
	RichEdit *Operation_RichEdit `protobuf:"bytes,7,opt,name=rich_edit,json=richEdit,proto3,oneof" json:"rich_edit,omitempty"`
}

func (*Operation_RichEdit_) MarshalTo

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

func (*Operation_RichEdit_) MarshalToSizedBuffer

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

func (*Operation_RichEdit_) Size

func (m *Operation_RichEdit_) 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,8,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 Presence added in v0.2.4

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 added in v0.2.4

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

func (*Presence) GetClock added in v0.2.4

func (m *Presence) GetClock() int32

func (*Presence) GetData added in v0.2.4

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

func (*Presence) Marshal added in v0.2.4

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

func (*Presence) MarshalTo added in v0.2.4

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

func (*Presence) MarshalToSizedBuffer added in v0.2.4

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

func (*Presence) ProtoMessage added in v0.2.4

func (*Presence) ProtoMessage()

func (*Presence) Reset added in v0.2.4

func (m *Presence) Reset()

func (*Presence) Size added in v0.2.4

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

func (*Presence) String added in v0.2.4

func (m *Presence) String() string

func (*Presence) Unmarshal added in v0.2.4

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

func (*Presence) XXX_DiscardUnknown added in v0.2.4

func (m *Presence) XXX_DiscardUnknown()

func (*Presence) XXX_Marshal added in v0.2.4

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

func (*Presence) XXX_Merge added in v0.2.4

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

func (*Presence) XXX_Size added in v0.2.4

func (m *Presence) XXX_Size() int

func (*Presence) XXX_Unmarshal added in v0.2.4

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

type Project added in v0.2.4

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"`
	CreatedAt            *types.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *types.Timestamp `protobuf:"bytes,8,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 added in v0.2.4

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

func (*Project) GetAuthWebhookMethods added in v0.2.4

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

func (*Project) GetAuthWebhookUrl added in v0.2.4

func (m *Project) GetAuthWebhookUrl() string

func (*Project) GetCreatedAt added in v0.2.4

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

func (*Project) GetId added in v0.2.4

func (m *Project) GetId() string

func (*Project) GetName added in v0.2.4

func (m *Project) GetName() string

func (*Project) GetPublicKey added in v0.2.4

func (m *Project) GetPublicKey() string

func (*Project) GetSecretKey added in v0.2.4

func (m *Project) GetSecretKey() string

func (*Project) GetUpdatedAt added in v0.2.8

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

func (*Project) Marshal added in v0.2.4

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

func (*Project) MarshalTo added in v0.2.4

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

func (*Project) MarshalToSizedBuffer added in v0.2.4

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

func (*Project) ProtoMessage added in v0.2.4

func (*Project) ProtoMessage()

func (*Project) Reset added in v0.2.4

func (m *Project) Reset()

func (*Project) Size added in v0.2.4

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

func (*Project) String added in v0.2.4

func (m *Project) String() string

func (*Project) Unmarshal added in v0.2.4

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

func (*Project) XXX_DiscardUnknown added in v0.2.4

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal added in v0.2.4

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

func (*Project) XXX_Merge added in v0.2.4

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

func (*Project) XXX_Size added in v0.2.4

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal added in v0.2.4

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

type PushPullRequest

type PushPullRequest 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 (*PushPullRequest) Descriptor

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

func (*PushPullRequest) GetChangePack

func (m *PushPullRequest) GetChangePack() *ChangePack

func (*PushPullRequest) GetClientId

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

func (*PushPullRequest) Marshal

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

func (*PushPullRequest) MarshalTo

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

func (*PushPullRequest) MarshalToSizedBuffer

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

func (*PushPullRequest) ProtoMessage

func (*PushPullRequest) ProtoMessage()

func (*PushPullRequest) Reset

func (m *PushPullRequest) Reset()

func (*PushPullRequest) Size

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

func (*PushPullRequest) String

func (m *PushPullRequest) String() string

func (*PushPullRequest) Unmarshal

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

func (*PushPullRequest) XXX_DiscardUnknown

func (m *PushPullRequest) XXX_DiscardUnknown()

func (*PushPullRequest) XXX_Marshal

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

func (*PushPullRequest) XXX_Merge

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

func (*PushPullRequest) XXX_Size

func (m *PushPullRequest) XXX_Size() int

func (*PushPullRequest) XXX_Unmarshal

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

type PushPullResponse

type PushPullResponse 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 (*PushPullResponse) Descriptor

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

func (*PushPullResponse) GetChangePack

func (m *PushPullResponse) GetChangePack() *ChangePack

func (*PushPullResponse) GetClientId

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

func (*PushPullResponse) Marshal

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

func (*PushPullResponse) MarshalTo

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

func (*PushPullResponse) MarshalToSizedBuffer

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

func (*PushPullResponse) ProtoMessage

func (*PushPullResponse) ProtoMessage()

func (*PushPullResponse) Reset

func (m *PushPullResponse) Reset()

func (*PushPullResponse) Size

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

func (*PushPullResponse) String

func (m *PushPullResponse) String() string

func (*PushPullResponse) Unmarshal

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

func (*PushPullResponse) XXX_DiscardUnknown

func (m *PushPullResponse) XXX_DiscardUnknown()

func (*PushPullResponse) XXX_Marshal

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

func (*PushPullResponse) XXX_Merge

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

func (*PushPullResponse) XXX_Size

func (m *PushPullResponse) XXX_Size() int

func (*PushPullResponse) XXX_Unmarshal

func (m *PushPullResponse) 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 RichTextNode

type RichTextNode struct {
	Id                   *TextNodeID                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attributes           map[string]*RichTextNodeAttr `` /* 161-byte string literal not displayed */
	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"`
	InsPrevId            *TextNodeID                  `protobuf:"bytes,5,opt,name=ins_prev_id,json=insPrevId,proto3" json:"ins_prev_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*RichTextNode) Descriptor

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

func (*RichTextNode) GetAttributes

func (m *RichTextNode) GetAttributes() map[string]*RichTextNodeAttr

func (*RichTextNode) GetId

func (m *RichTextNode) GetId() *TextNodeID

func (*RichTextNode) GetInsPrevId

func (m *RichTextNode) GetInsPrevId() *TextNodeID

func (*RichTextNode) GetRemovedAt

func (m *RichTextNode) GetRemovedAt() *TimeTicket

func (*RichTextNode) GetValue

func (m *RichTextNode) GetValue() string

func (*RichTextNode) Marshal

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

func (*RichTextNode) MarshalTo

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

func (*RichTextNode) MarshalToSizedBuffer

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

func (*RichTextNode) ProtoMessage

func (*RichTextNode) ProtoMessage()

func (*RichTextNode) Reset

func (m *RichTextNode) Reset()

func (*RichTextNode) Size

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

func (*RichTextNode) String

func (m *RichTextNode) String() string

func (*RichTextNode) Unmarshal

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

func (*RichTextNode) XXX_DiscardUnknown

func (m *RichTextNode) XXX_DiscardUnknown()

func (*RichTextNode) XXX_Marshal

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

func (*RichTextNode) XXX_Merge

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

func (*RichTextNode) XXX_Size

func (m *RichTextNode) XXX_Size() int

func (*RichTextNode) XXX_Unmarshal

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

type RichTextNodeAttr

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

func (*RichTextNodeAttr) Descriptor

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

func (*RichTextNodeAttr) GetKey

func (m *RichTextNodeAttr) GetKey() string

func (*RichTextNodeAttr) GetUpdatedAt

func (m *RichTextNodeAttr) GetUpdatedAt() *TimeTicket

func (*RichTextNodeAttr) GetValue

func (m *RichTextNodeAttr) GetValue() string

func (*RichTextNodeAttr) Marshal

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

func (*RichTextNodeAttr) MarshalTo

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

func (*RichTextNodeAttr) MarshalToSizedBuffer

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

func (*RichTextNodeAttr) ProtoMessage

func (*RichTextNodeAttr) ProtoMessage()

func (*RichTextNodeAttr) Reset

func (m *RichTextNodeAttr) Reset()

func (*RichTextNodeAttr) Size

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

func (*RichTextNodeAttr) String

func (m *RichTextNodeAttr) String() string

func (*RichTextNodeAttr) Unmarshal

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

func (*RichTextNodeAttr) XXX_DiscardUnknown

func (m *RichTextNodeAttr) XXX_DiscardUnknown()

func (*RichTextNodeAttr) XXX_Marshal

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

func (*RichTextNodeAttr) XXX_Merge

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

func (*RichTextNodeAttr) XXX_Size

func (m *RichTextNodeAttr) XXX_Size() int

func (*RichTextNodeAttr) XXX_Unmarshal

func (m *RichTextNodeAttr) 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"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*TextNode) Descriptor

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

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              uint64   `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() uint64

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 UnimplementedAdminServer added in v0.2.4

type UnimplementedAdminServer struct {
}

UnimplementedAdminServer can be embedded to have forward compatible implementations.

func (*UnimplementedAdminServer) CreateProject added in v0.2.4

func (*UnimplementedAdminServer) GetDocument added in v0.2.4

func (*UnimplementedAdminServer) GetProject added in v0.2.6

func (*UnimplementedAdminServer) ListChanges added in v0.2.9

func (*UnimplementedAdminServer) ListDocuments added in v0.2.4

func (*UnimplementedAdminServer) ListProjects added in v0.2.4

func (*UnimplementedAdminServer) UpdateProject added in v0.2.4

type UnimplementedClusterServer added in v0.1.6

type UnimplementedClusterServer struct {
}

UnimplementedClusterServer can be embedded to have forward compatible implementations.

func (*UnimplementedClusterServer) BroadcastEvent added in v0.1.6

type UnimplementedYorkieServer

type UnimplementedYorkieServer struct {
}

UnimplementedYorkieServer can be embedded to have forward compatible implementations.

func (*UnimplementedYorkieServer) ActivateClient

func (*UnimplementedYorkieServer) AttachDocument

func (*UnimplementedYorkieServer) DeactivateClient

func (*UnimplementedYorkieServer) DetachDocument

func (*UnimplementedYorkieServer) PushPull

func (*UnimplementedYorkieServer) UpdatePresence added in v0.2.4

func (*UnimplementedYorkieServer) WatchDocuments

type UpdatableProjectFields added in v0.2.8

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"`
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*UpdatableProjectFields) Descriptor added in v0.2.8

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

func (*UpdatableProjectFields) GetAuthWebhookMethods added in v0.2.8

func (*UpdatableProjectFields) GetAuthWebhookUrl added in v0.2.8

func (m *UpdatableProjectFields) GetAuthWebhookUrl() *types.StringValue

func (*UpdatableProjectFields) GetName added in v0.2.8

func (*UpdatableProjectFields) Marshal added in v0.2.8

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

func (*UpdatableProjectFields) MarshalTo added in v0.2.8

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

func (*UpdatableProjectFields) MarshalToSizedBuffer added in v0.2.8

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

func (*UpdatableProjectFields) ProtoMessage added in v0.2.8

func (*UpdatableProjectFields) ProtoMessage()

func (*UpdatableProjectFields) Reset added in v0.2.8

func (m *UpdatableProjectFields) Reset()

func (*UpdatableProjectFields) Size added in v0.2.8

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

func (*UpdatableProjectFields) String added in v0.2.8

func (m *UpdatableProjectFields) String() string

func (*UpdatableProjectFields) Unmarshal added in v0.2.8

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

func (*UpdatableProjectFields) XXX_DiscardUnknown added in v0.2.8

func (m *UpdatableProjectFields) XXX_DiscardUnknown()

func (*UpdatableProjectFields) XXX_Marshal added in v0.2.8

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

func (*UpdatableProjectFields) XXX_Merge added in v0.2.8

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

func (*UpdatableProjectFields) XXX_Size added in v0.2.8

func (m *UpdatableProjectFields) XXX_Size() int

func (*UpdatableProjectFields) XXX_Unmarshal added in v0.2.8

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

type UpdatableProjectFields_AuthWebhookMethods added in v0.2.8

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 added in v0.2.8

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

func (*UpdatableProjectFields_AuthWebhookMethods) GetMethods added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) Marshal added in v0.2.8

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

func (*UpdatableProjectFields_AuthWebhookMethods) MarshalTo added in v0.2.8

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

func (*UpdatableProjectFields_AuthWebhookMethods) MarshalToSizedBuffer added in v0.2.8

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

func (*UpdatableProjectFields_AuthWebhookMethods) ProtoMessage added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) Reset added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) Size added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) String added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) Unmarshal added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_DiscardUnknown added in v0.2.8

func (m *UpdatableProjectFields_AuthWebhookMethods) XXX_DiscardUnknown()

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Marshal added in v0.2.8

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

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Merge added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Size added in v0.2.8

func (*UpdatableProjectFields_AuthWebhookMethods) XXX_Unmarshal added in v0.2.8

type UpdatePresenceRequest added in v0.2.4

type UpdatePresenceRequest struct {
	Client               *Client  `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	DocumentKeys         []string `protobuf:"bytes,2,rep,name=document_keys,json=documentKeys,proto3" json:"document_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatePresenceRequest) Descriptor added in v0.2.4

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

func (*UpdatePresenceRequest) GetClient added in v0.2.4

func (m *UpdatePresenceRequest) GetClient() *Client

func (*UpdatePresenceRequest) GetDocumentKeys added in v0.2.4

func (m *UpdatePresenceRequest) GetDocumentKeys() []string

func (*UpdatePresenceRequest) Marshal added in v0.2.4

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

func (*UpdatePresenceRequest) MarshalTo added in v0.2.4

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

func (*UpdatePresenceRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*UpdatePresenceRequest) ProtoMessage added in v0.2.4

func (*UpdatePresenceRequest) ProtoMessage()

func (*UpdatePresenceRequest) Reset added in v0.2.4

func (m *UpdatePresenceRequest) Reset()

func (*UpdatePresenceRequest) Size added in v0.2.4

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

func (*UpdatePresenceRequest) String added in v0.2.4

func (m *UpdatePresenceRequest) String() string

func (*UpdatePresenceRequest) Unmarshal added in v0.2.4

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

func (*UpdatePresenceRequest) XXX_DiscardUnknown added in v0.2.4

func (m *UpdatePresenceRequest) XXX_DiscardUnknown()

func (*UpdatePresenceRequest) XXX_Marshal added in v0.2.4

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

func (*UpdatePresenceRequest) XXX_Merge added in v0.2.4

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

func (*UpdatePresenceRequest) XXX_Size added in v0.2.4

func (m *UpdatePresenceRequest) XXX_Size() int

func (*UpdatePresenceRequest) XXX_Unmarshal added in v0.2.4

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

type UpdatePresenceResponse added in v0.2.4

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

func (*UpdatePresenceResponse) Descriptor added in v0.2.4

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

func (*UpdatePresenceResponse) Marshal added in v0.2.4

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

func (*UpdatePresenceResponse) MarshalTo added in v0.2.4

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

func (*UpdatePresenceResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*UpdatePresenceResponse) ProtoMessage added in v0.2.4

func (*UpdatePresenceResponse) ProtoMessage()

func (*UpdatePresenceResponse) Reset added in v0.2.4

func (m *UpdatePresenceResponse) Reset()

func (*UpdatePresenceResponse) Size added in v0.2.4

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

func (*UpdatePresenceResponse) String added in v0.2.4

func (m *UpdatePresenceResponse) String() string

func (*UpdatePresenceResponse) Unmarshal added in v0.2.4

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

func (*UpdatePresenceResponse) XXX_DiscardUnknown added in v0.2.4

func (m *UpdatePresenceResponse) XXX_DiscardUnknown()

func (*UpdatePresenceResponse) XXX_Marshal added in v0.2.4

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

func (*UpdatePresenceResponse) XXX_Merge added in v0.2.4

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

func (*UpdatePresenceResponse) XXX_Size added in v0.2.4

func (m *UpdatePresenceResponse) XXX_Size() int

func (*UpdatePresenceResponse) XXX_Unmarshal added in v0.2.4

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

type UpdateProjectRequest added in v0.2.4

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 added in v0.2.4

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

func (*UpdateProjectRequest) GetFields added in v0.2.8

func (*UpdateProjectRequest) GetId added in v0.2.8

func (m *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) Marshal added in v0.2.4

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

func (*UpdateProjectRequest) MarshalTo added in v0.2.4

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

func (*UpdateProjectRequest) MarshalToSizedBuffer added in v0.2.4

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

func (*UpdateProjectRequest) ProtoMessage added in v0.2.4

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) Reset added in v0.2.4

func (m *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) Size added in v0.2.4

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

func (*UpdateProjectRequest) String added in v0.2.4

func (m *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) Unmarshal added in v0.2.4

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

func (*UpdateProjectRequest) XXX_DiscardUnknown added in v0.2.4

func (m *UpdateProjectRequest) XXX_DiscardUnknown()

func (*UpdateProjectRequest) XXX_Marshal added in v0.2.4

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

func (*UpdateProjectRequest) XXX_Merge added in v0.2.4

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

func (*UpdateProjectRequest) XXX_Size added in v0.2.4

func (m *UpdateProjectRequest) XXX_Size() int

func (*UpdateProjectRequest) XXX_Unmarshal added in v0.2.4

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

type UpdateProjectResponse added in v0.2.4

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 added in v0.2.4

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

func (*UpdateProjectResponse) GetProject added in v0.2.8

func (m *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) Marshal added in v0.2.4

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

func (*UpdateProjectResponse) MarshalTo added in v0.2.4

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

func (*UpdateProjectResponse) MarshalToSizedBuffer added in v0.2.4

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

func (*UpdateProjectResponse) ProtoMessage added in v0.2.4

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) Reset added in v0.2.4

func (m *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) Size added in v0.2.4

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

func (*UpdateProjectResponse) String added in v0.2.4

func (m *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) Unmarshal added in v0.2.4

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

func (*UpdateProjectResponse) XXX_DiscardUnknown added in v0.2.4

func (m *UpdateProjectResponse) XXX_DiscardUnknown()

func (*UpdateProjectResponse) XXX_Marshal added in v0.2.4

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

func (*UpdateProjectResponse) XXX_Merge added in v0.2.4

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

func (*UpdateProjectResponse) XXX_Size added in v0.2.4

func (m *UpdateProjectResponse) XXX_Size() int

func (*UpdateProjectResponse) XXX_Unmarshal added in v0.2.4

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

type ValueType

type ValueType int32
const (
	ValueType_NULL        ValueType = 0
	ValueType_BOOLEAN     ValueType = 1
	ValueType_INTEGER     ValueType = 2
	ValueType_LONG        ValueType = 3
	ValueType_DOUBLE      ValueType = 4
	ValueType_STRING      ValueType = 5
	ValueType_BYTES       ValueType = 6
	ValueType_DATE        ValueType = 7
	ValueType_JSON_OBJECT ValueType = 8
	ValueType_JSON_ARRAY  ValueType = 9
	ValueType_TEXT        ValueType = 10
	ValueType_RICH_TEXT   ValueType = 11
	ValueType_INTEGER_CNT ValueType = 12
	ValueType_LONG_CNT    ValueType = 13
	ValueType_DOUBLE_CNT  ValueType = 14
)

func (ValueType) EnumDescriptor

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

func (ValueType) String

func (x ValueType) String() string

type WatchDocumentsRequest

type WatchDocumentsRequest struct {
	Client               *Client  `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"`
	DocumentKeys         []string `protobuf:"bytes,2,rep,name=document_keys,json=documentKeys,proto3" json:"document_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WatchDocumentsRequest) Descriptor

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

func (*WatchDocumentsRequest) GetClient added in v0.1.2

func (m *WatchDocumentsRequest) GetClient() *Client

func (*WatchDocumentsRequest) GetDocumentKeys

func (m *WatchDocumentsRequest) GetDocumentKeys() []string

func (*WatchDocumentsRequest) Marshal

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

func (*WatchDocumentsRequest) MarshalTo

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

func (*WatchDocumentsRequest) MarshalToSizedBuffer

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

func (*WatchDocumentsRequest) ProtoMessage

func (*WatchDocumentsRequest) ProtoMessage()

func (*WatchDocumentsRequest) Reset

func (m *WatchDocumentsRequest) Reset()

func (*WatchDocumentsRequest) Size

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

func (*WatchDocumentsRequest) String

func (m *WatchDocumentsRequest) String() string

func (*WatchDocumentsRequest) Unmarshal

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

func (*WatchDocumentsRequest) XXX_DiscardUnknown

func (m *WatchDocumentsRequest) XXX_DiscardUnknown()

func (*WatchDocumentsRequest) XXX_Marshal

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

func (*WatchDocumentsRequest) XXX_Merge

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

func (*WatchDocumentsRequest) XXX_Size

func (m *WatchDocumentsRequest) XXX_Size() int

func (*WatchDocumentsRequest) XXX_Unmarshal

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

type WatchDocumentsResponse

type WatchDocumentsResponse struct {
	// Types that are valid to be assigned to Body:
	//	*WatchDocumentsResponse_Initialization_
	//	*WatchDocumentsResponse_Event
	Body                 isWatchDocumentsResponse_Body `protobuf_oneof:"body"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*WatchDocumentsResponse) Descriptor

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

func (*WatchDocumentsResponse) GetBody

func (m *WatchDocumentsResponse) GetBody() isWatchDocumentsResponse_Body

func (*WatchDocumentsResponse) GetEvent

func (m *WatchDocumentsResponse) GetEvent() *DocEvent

func (*WatchDocumentsResponse) GetInitialization

func (*WatchDocumentsResponse) Marshal

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

func (*WatchDocumentsResponse) MarshalTo

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

func (*WatchDocumentsResponse) MarshalToSizedBuffer

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

func (*WatchDocumentsResponse) ProtoMessage

func (*WatchDocumentsResponse) ProtoMessage()

func (*WatchDocumentsResponse) Reset

func (m *WatchDocumentsResponse) Reset()

func (*WatchDocumentsResponse) Size

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

func (*WatchDocumentsResponse) String

func (m *WatchDocumentsResponse) String() string

func (*WatchDocumentsResponse) Unmarshal

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

func (*WatchDocumentsResponse) XXX_DiscardUnknown

func (m *WatchDocumentsResponse) XXX_DiscardUnknown()

func (*WatchDocumentsResponse) XXX_Marshal

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

func (*WatchDocumentsResponse) XXX_Merge

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

func (*WatchDocumentsResponse) XXX_OneofWrappers

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

XXX_OneofWrappers is for the internal use of the proto package.

func (*WatchDocumentsResponse) XXX_Size

func (m *WatchDocumentsResponse) XXX_Size() int

func (*WatchDocumentsResponse) XXX_Unmarshal

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

type WatchDocumentsResponse_Event

type WatchDocumentsResponse_Event struct {
	Event *DocEvent `protobuf:"bytes,2,opt,name=event,proto3,oneof" json:"event,omitempty"`
}

func (*WatchDocumentsResponse_Event) MarshalTo

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

func (*WatchDocumentsResponse_Event) MarshalToSizedBuffer

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

func (*WatchDocumentsResponse_Event) Size

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

type WatchDocumentsResponse_Initialization

type WatchDocumentsResponse_Initialization struct {
	PeersMapByDoc        map[string]*Clients `` /* 192-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*WatchDocumentsResponse_Initialization) Descriptor

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

func (*WatchDocumentsResponse_Initialization) GetPeersMapByDoc

func (m *WatchDocumentsResponse_Initialization) GetPeersMapByDoc() map[string]*Clients

func (*WatchDocumentsResponse_Initialization) Marshal

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

func (*WatchDocumentsResponse_Initialization) MarshalTo

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

func (*WatchDocumentsResponse_Initialization) MarshalToSizedBuffer

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

func (*WatchDocumentsResponse_Initialization) ProtoMessage

func (*WatchDocumentsResponse_Initialization) ProtoMessage()

func (*WatchDocumentsResponse_Initialization) Reset

func (*WatchDocumentsResponse_Initialization) Size

func (*WatchDocumentsResponse_Initialization) String

func (*WatchDocumentsResponse_Initialization) Unmarshal

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

func (*WatchDocumentsResponse_Initialization) XXX_DiscardUnknown

func (m *WatchDocumentsResponse_Initialization) XXX_DiscardUnknown()

func (*WatchDocumentsResponse_Initialization) XXX_Marshal

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

func (*WatchDocumentsResponse_Initialization) XXX_Merge

func (*WatchDocumentsResponse_Initialization) XXX_Size

func (*WatchDocumentsResponse_Initialization) XXX_Unmarshal

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

type WatchDocumentsResponse_Initialization_

type WatchDocumentsResponse_Initialization_ struct {
	Initialization *WatchDocumentsResponse_Initialization `protobuf:"bytes,1,opt,name=initialization,proto3,oneof" json:"initialization,omitempty"`
}

func (*WatchDocumentsResponse_Initialization_) MarshalTo

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

func (*WatchDocumentsResponse_Initialization_) MarshalToSizedBuffer

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

func (*WatchDocumentsResponse_Initialization_) Size

type YorkieClient

YorkieClient is the client API for Yorkie service.

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

func NewYorkieClient

func NewYorkieClient(cc *grpc.ClientConn) YorkieClient

type Yorkie_WatchDocumentsClient

type Yorkie_WatchDocumentsClient interface {
	Recv() (*WatchDocumentsResponse, error)
	grpc.ClientStream
}

type Yorkie_WatchDocumentsServer

type Yorkie_WatchDocumentsServer interface {
	Send(*WatchDocumentsResponse) error
	grpc.ServerStream
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL