Documentation
¶
Index ¶
- Variables
- type AddCustomGroupRequest
- func (x *AddCustomGroupRequest) GetGroup() string
- func (*AddCustomGroupRequest) ProtoMessage()
- func (x *AddCustomGroupRequest) ProtoReflect() protoreflect.Message
- func (x *AddCustomGroupRequest) Reset()
- func (x *AddCustomGroupRequest) SetGroup(v string)
- func (x *AddCustomGroupRequest) String() string
- type AddCustomGroupRequest_builder
- type GenericRespone
- type GenericRespone_builder
- type GetDRPHashGraphRequest
- func (x *GetDRPHashGraphRequest) GetDrpId() string
- func (*GetDRPHashGraphRequest) ProtoMessage()
- func (x *GetDRPHashGraphRequest) ProtoReflect() protoreflect.Message
- func (x *GetDRPHashGraphRequest) Reset()
- func (x *GetDRPHashGraphRequest) SetDrpId(v string)
- func (x *GetDRPHashGraphRequest) String() string
- type GetDRPHashGraphRequest_builder
- type GetDRPHashGraphResponse
- func (x *GetDRPHashGraphResponse) GetVerticesHashes() []string
- func (*GetDRPHashGraphResponse) ProtoMessage()
- func (x *GetDRPHashGraphResponse) ProtoReflect() protoreflect.Message
- func (x *GetDRPHashGraphResponse) Reset()
- func (x *GetDRPHashGraphResponse) SetVerticesHashes(v []string)
- func (x *GetDRPHashGraphResponse) String() string
- type GetDRPHashGraphResponse_builder
- type SendCustomMessageRequest
- func (x *SendCustomMessageRequest) GetData() []byte
- func (x *SendCustomMessageRequest) GetPeerId() string
- func (*SendCustomMessageRequest) ProtoMessage()
- func (x *SendCustomMessageRequest) ProtoReflect() protoreflect.Message
- func (x *SendCustomMessageRequest) Reset()
- func (x *SendCustomMessageRequest) SetData(v []byte)
- func (x *SendCustomMessageRequest) SetPeerId(v string)
- func (x *SendCustomMessageRequest) String() string
- type SendCustomMessageRequest_builder
- type SendGroupMessageRequest
- func (x *SendGroupMessageRequest) GetData() []byte
- func (x *SendGroupMessageRequest) GetGroup() string
- func (*SendGroupMessageRequest) ProtoMessage()
- func (x *SendGroupMessageRequest) ProtoReflect() protoreflect.Message
- func (x *SendGroupMessageRequest) Reset()
- func (x *SendGroupMessageRequest) SetData(v []byte)
- func (x *SendGroupMessageRequest) SetGroup(v string)
- func (x *SendGroupMessageRequest) String() string
- type SendGroupMessageRequest_builder
- type SubscribeDRPRequest
- type SubscribeDRPRequest_builder
- type SyncDRPObjectRequest
- func (x *SyncDRPObjectRequest) GetDrpId() string
- func (x *SyncDRPObjectRequest) GetPeerId() string
- func (*SyncDRPObjectRequest) ProtoMessage()
- func (x *SyncDRPObjectRequest) ProtoReflect() protoreflect.Message
- func (x *SyncDRPObjectRequest) Reset()
- func (x *SyncDRPObjectRequest) SetDrpId(v string)
- func (x *SyncDRPObjectRequest) SetPeerId(v string)
- func (x *SyncDRPObjectRequest) String() string
- type SyncDRPObjectRequest_builder
- type UnsubscribeDRPRequest
- func (x *UnsubscribeDRPRequest) GetDrpId() string
- func (*UnsubscribeDRPRequest) ProtoMessage()
- func (x *UnsubscribeDRPRequest) ProtoReflect() protoreflect.Message
- func (x *UnsubscribeDRPRequest) Reset()
- func (x *UnsubscribeDRPRequest) SetDrpId(v string)
- func (x *UnsubscribeDRPRequest) String() string
- type UnsubscribeDRPRequest_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_drp_node_v1_rpc_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AddCustomGroupRequest ¶
type AddCustomGroupRequest struct {
Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
// contains filtered or unexported fields
}
func (*AddCustomGroupRequest) GetGroup ¶
func (x *AddCustomGroupRequest) GetGroup() string
func (*AddCustomGroupRequest) ProtoMessage ¶
func (*AddCustomGroupRequest) ProtoMessage()
func (*AddCustomGroupRequest) ProtoReflect ¶
func (x *AddCustomGroupRequest) ProtoReflect() protoreflect.Message
func (*AddCustomGroupRequest) Reset ¶
func (x *AddCustomGroupRequest) Reset()
func (*AddCustomGroupRequest) SetGroup ¶
func (x *AddCustomGroupRequest) SetGroup(v string)
func (*AddCustomGroupRequest) String ¶
func (x *AddCustomGroupRequest) String() string
type AddCustomGroupRequest_builder ¶
type AddCustomGroupRequest_builder struct {
Group string
// contains filtered or unexported fields
}
func (AddCustomGroupRequest_builder) Build ¶
func (b0 AddCustomGroupRequest_builder) Build() *AddCustomGroupRequest
type GenericRespone ¶
type GenericRespone struct {
// return error codes if different than 0
ReturnCode int32 `protobuf:"varint,1,opt,name=return_code,json=returnCode,proto3" json:"return_code,omitempty"`
// contains filtered or unexported fields
}
func (*GenericRespone) GetReturnCode ¶
func (x *GenericRespone) GetReturnCode() int32
func (*GenericRespone) ProtoMessage ¶
func (*GenericRespone) ProtoMessage()
func (*GenericRespone) ProtoReflect ¶
func (x *GenericRespone) ProtoReflect() protoreflect.Message
func (*GenericRespone) Reset ¶
func (x *GenericRespone) Reset()
func (*GenericRespone) SetReturnCode ¶
func (x *GenericRespone) SetReturnCode(v int32)
func (*GenericRespone) String ¶
func (x *GenericRespone) String() string
type GenericRespone_builder ¶
type GenericRespone_builder struct {
// return error codes if different than 0
ReturnCode int32
// contains filtered or unexported fields
}
func (GenericRespone_builder) Build ¶
func (b0 GenericRespone_builder) Build() *GenericRespone
type GetDRPHashGraphRequest ¶
type GetDRPHashGraphRequest struct {
DrpId string `protobuf:"bytes,1,opt,name=drp_id,json=drpId,proto3" json:"drp_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetDRPHashGraphRequest) GetDrpId ¶
func (x *GetDRPHashGraphRequest) GetDrpId() string
func (*GetDRPHashGraphRequest) ProtoMessage ¶
func (*GetDRPHashGraphRequest) ProtoMessage()
func (*GetDRPHashGraphRequest) ProtoReflect ¶
func (x *GetDRPHashGraphRequest) ProtoReflect() protoreflect.Message
func (*GetDRPHashGraphRequest) Reset ¶
func (x *GetDRPHashGraphRequest) Reset()
func (*GetDRPHashGraphRequest) SetDrpId ¶
func (x *GetDRPHashGraphRequest) SetDrpId(v string)
func (*GetDRPHashGraphRequest) String ¶
func (x *GetDRPHashGraphRequest) String() string
type GetDRPHashGraphRequest_builder ¶
type GetDRPHashGraphRequest_builder struct {
DrpId string
// contains filtered or unexported fields
}
func (GetDRPHashGraphRequest_builder) Build ¶
func (b0 GetDRPHashGraphRequest_builder) Build() *GetDRPHashGraphRequest
type GetDRPHashGraphResponse ¶
type GetDRPHashGraphResponse struct {
// linearized vertices hashes
VerticesHashes []string `protobuf:"bytes,1,rep,name=vertices_hashes,json=verticesHashes,proto3" json:"vertices_hashes,omitempty"`
// contains filtered or unexported fields
}
func (*GetDRPHashGraphResponse) GetVerticesHashes ¶
func (x *GetDRPHashGraphResponse) GetVerticesHashes() []string
func (*GetDRPHashGraphResponse) ProtoMessage ¶
func (*GetDRPHashGraphResponse) ProtoMessage()
func (*GetDRPHashGraphResponse) ProtoReflect ¶
func (x *GetDRPHashGraphResponse) ProtoReflect() protoreflect.Message
func (*GetDRPHashGraphResponse) Reset ¶
func (x *GetDRPHashGraphResponse) Reset()
func (*GetDRPHashGraphResponse) SetVerticesHashes ¶
func (x *GetDRPHashGraphResponse) SetVerticesHashes(v []string)
func (*GetDRPHashGraphResponse) String ¶
func (x *GetDRPHashGraphResponse) String() string
type GetDRPHashGraphResponse_builder ¶
type GetDRPHashGraphResponse_builder struct {
// linearized vertices hashes
VerticesHashes []string
// contains filtered or unexported fields
}
func (GetDRPHashGraphResponse_builder) Build ¶
func (b0 GetDRPHashGraphResponse_builder) Build() *GetDRPHashGraphResponse
type SendCustomMessageRequest ¶
type SendCustomMessageRequest struct {
PeerId string `protobuf:"bytes,1,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SendCustomMessageRequest) GetData ¶
func (x *SendCustomMessageRequest) GetData() []byte
func (*SendCustomMessageRequest) GetPeerId ¶
func (x *SendCustomMessageRequest) GetPeerId() string
func (*SendCustomMessageRequest) ProtoMessage ¶
func (*SendCustomMessageRequest) ProtoMessage()
func (*SendCustomMessageRequest) ProtoReflect ¶
func (x *SendCustomMessageRequest) ProtoReflect() protoreflect.Message
func (*SendCustomMessageRequest) Reset ¶
func (x *SendCustomMessageRequest) Reset()
func (*SendCustomMessageRequest) SetData ¶
func (x *SendCustomMessageRequest) SetData(v []byte)
func (*SendCustomMessageRequest) SetPeerId ¶
func (x *SendCustomMessageRequest) SetPeerId(v string)
func (*SendCustomMessageRequest) String ¶
func (x *SendCustomMessageRequest) String() string
type SendCustomMessageRequest_builder ¶
type SendCustomMessageRequest_builder struct {
PeerId string
Data []byte
// contains filtered or unexported fields
}
func (SendCustomMessageRequest_builder) Build ¶
func (b0 SendCustomMessageRequest_builder) Build() *SendCustomMessageRequest
type SendGroupMessageRequest ¶
type SendGroupMessageRequest struct {
Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
// contains filtered or unexported fields
}
func (*SendGroupMessageRequest) GetData ¶
func (x *SendGroupMessageRequest) GetData() []byte
func (*SendGroupMessageRequest) GetGroup ¶
func (x *SendGroupMessageRequest) GetGroup() string
func (*SendGroupMessageRequest) ProtoMessage ¶
func (*SendGroupMessageRequest) ProtoMessage()
func (*SendGroupMessageRequest) ProtoReflect ¶
func (x *SendGroupMessageRequest) ProtoReflect() protoreflect.Message
func (*SendGroupMessageRequest) Reset ¶
func (x *SendGroupMessageRequest) Reset()
func (*SendGroupMessageRequest) SetData ¶
func (x *SendGroupMessageRequest) SetData(v []byte)
func (*SendGroupMessageRequest) SetGroup ¶
func (x *SendGroupMessageRequest) SetGroup(v string)
func (*SendGroupMessageRequest) String ¶
func (x *SendGroupMessageRequest) String() string
type SendGroupMessageRequest_builder ¶
type SendGroupMessageRequest_builder struct {
Group string
Data []byte
// contains filtered or unexported fields
}
func (SendGroupMessageRequest_builder) Build ¶
func (b0 SendGroupMessageRequest_builder) Build() *SendGroupMessageRequest
type SubscribeDRPRequest ¶
type SubscribeDRPRequest struct {
DrpId string `protobuf:"bytes,1,opt,name=drp_id,json=drpId,proto3" json:"drp_id,omitempty"`
// contains filtered or unexported fields
}
func (*SubscribeDRPRequest) GetDrpId ¶
func (x *SubscribeDRPRequest) GetDrpId() string
func (*SubscribeDRPRequest) ProtoMessage ¶
func (*SubscribeDRPRequest) ProtoMessage()
func (*SubscribeDRPRequest) ProtoReflect ¶
func (x *SubscribeDRPRequest) ProtoReflect() protoreflect.Message
func (*SubscribeDRPRequest) Reset ¶
func (x *SubscribeDRPRequest) Reset()
func (*SubscribeDRPRequest) SetDrpId ¶
func (x *SubscribeDRPRequest) SetDrpId(v string)
func (*SubscribeDRPRequest) String ¶
func (x *SubscribeDRPRequest) String() string
type SubscribeDRPRequest_builder ¶
type SubscribeDRPRequest_builder struct {
DrpId string
// contains filtered or unexported fields
}
func (SubscribeDRPRequest_builder) Build ¶
func (b0 SubscribeDRPRequest_builder) Build() *SubscribeDRPRequest
type SyncDRPObjectRequest ¶
type SyncDRPObjectRequest struct {
DrpId string `protobuf:"bytes,1,opt,name=drp_id,json=drpId,proto3" json:"drp_id,omitempty"`
PeerId string `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
// contains filtered or unexported fields
}
func (*SyncDRPObjectRequest) GetDrpId ¶
func (x *SyncDRPObjectRequest) GetDrpId() string
func (*SyncDRPObjectRequest) GetPeerId ¶
func (x *SyncDRPObjectRequest) GetPeerId() string
func (*SyncDRPObjectRequest) ProtoMessage ¶
func (*SyncDRPObjectRequest) ProtoMessage()
func (*SyncDRPObjectRequest) ProtoReflect ¶
func (x *SyncDRPObjectRequest) ProtoReflect() protoreflect.Message
func (*SyncDRPObjectRequest) Reset ¶
func (x *SyncDRPObjectRequest) Reset()
func (*SyncDRPObjectRequest) SetDrpId ¶
func (x *SyncDRPObjectRequest) SetDrpId(v string)
func (*SyncDRPObjectRequest) SetPeerId ¶
func (x *SyncDRPObjectRequest) SetPeerId(v string)
func (*SyncDRPObjectRequest) String ¶
func (x *SyncDRPObjectRequest) String() string
type SyncDRPObjectRequest_builder ¶
type SyncDRPObjectRequest_builder struct {
DrpId string
PeerId string
// contains filtered or unexported fields
}
func (SyncDRPObjectRequest_builder) Build ¶
func (b0 SyncDRPObjectRequest_builder) Build() *SyncDRPObjectRequest
type UnsubscribeDRPRequest ¶
type UnsubscribeDRPRequest struct {
DrpId string `protobuf:"bytes,1,opt,name=drp_id,json=drpId,proto3" json:"drp_id,omitempty"`
// contains filtered or unexported fields
}
func (*UnsubscribeDRPRequest) GetDrpId ¶
func (x *UnsubscribeDRPRequest) GetDrpId() string
func (*UnsubscribeDRPRequest) ProtoMessage ¶
func (*UnsubscribeDRPRequest) ProtoMessage()
func (*UnsubscribeDRPRequest) ProtoReflect ¶
func (x *UnsubscribeDRPRequest) ProtoReflect() protoreflect.Message
func (*UnsubscribeDRPRequest) Reset ¶
func (x *UnsubscribeDRPRequest) Reset()
func (*UnsubscribeDRPRequest) SetDrpId ¶
func (x *UnsubscribeDRPRequest) SetDrpId(v string)
func (*UnsubscribeDRPRequest) String ¶
func (x *UnsubscribeDRPRequest) String() string
type UnsubscribeDRPRequest_builder ¶
type UnsubscribeDRPRequest_builder struct {
DrpId string
// contains filtered or unexported fields
}
func (UnsubscribeDRPRequest_builder) Build ¶
func (b0 UnsubscribeDRPRequest_builder) Build() *UnsubscribeDRPRequest
Source Files
¶
- rpc.pb.go
Click to show internal directories.
Click to hide internal directories.