Versions in this module Expand all Collapse all v0 v0.2.3 May 20, 2020 v0.2.1 May 5, 2020 Changes in this version + func RegisterDDRPv1Server(s *grpc.Server, srv DDRPv1Server) + type AddPeerReq struct + Ip string + PeerID []byte + VerifyPeerID bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AddPeerReq) Descriptor() ([]byte, []int) + func (*AddPeerReq) ProtoMessage() + func (m *AddPeerReq) GetIp() string + func (m *AddPeerReq) GetPeerID() []byte + func (m *AddPeerReq) GetVerifyPeerID() bool + func (m *AddPeerReq) Reset() + func (m *AddPeerReq) String() string + func (m *AddPeerReq) XXX_DiscardUnknown() + func (m *AddPeerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AddPeerReq) XXX_Merge(src proto.Message) + func (m *AddPeerReq) XXX_Size() int + func (m *AddPeerReq) XXX_Unmarshal(b []byte) error + type BanPeerReq struct + DurationMS uint32 + Ip string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BanPeerReq) Descriptor() ([]byte, []int) + func (*BanPeerReq) ProtoMessage() + func (m *BanPeerReq) GetDurationMS() uint32 + func (m *BanPeerReq) GetIp() string + func (m *BanPeerReq) Reset() + func (m *BanPeerReq) String() string + func (m *BanPeerReq) XXX_DiscardUnknown() + func (m *BanPeerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BanPeerReq) XXX_Merge(src proto.Message) + func (m *BanPeerReq) XXX_Size() int + func (m *BanPeerReq) XXX_Unmarshal(b []byte) error + type BlobInfoReq struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlobInfoReq) Descriptor() ([]byte, []int) + func (*BlobInfoReq) ProtoMessage() + func (m *BlobInfoReq) GetName() string + func (m *BlobInfoReq) Reset() + func (m *BlobInfoReq) String() string + func (m *BlobInfoReq) XXX_DiscardUnknown() + func (m *BlobInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlobInfoReq) XXX_Merge(src proto.Message) + func (m *BlobInfoReq) XXX_Size() int + func (m *BlobInfoReq) XXX_Unmarshal(b []byte) error + type BlobInfoRes struct + ImportHeight uint32 + MerkleRoot []byte + Name string + PublicKey []byte + ReceivedAt uint64 + ReservedRoot []byte + Signature []byte + Timebank uint32 + Timestamp uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlobInfoRes) Descriptor() ([]byte, []int) + func (*BlobInfoRes) ProtoMessage() + func (m *BlobInfoRes) GetImportHeight() uint32 + func (m *BlobInfoRes) GetMerkleRoot() []byte + func (m *BlobInfoRes) GetName() string + func (m *BlobInfoRes) GetPublicKey() []byte + func (m *BlobInfoRes) GetReceivedAt() uint64 + func (m *BlobInfoRes) GetReservedRoot() []byte + func (m *BlobInfoRes) GetSignature() []byte + func (m *BlobInfoRes) GetTimebank() uint32 + func (m *BlobInfoRes) GetTimestamp() uint64 + func (m *BlobInfoRes) Reset() + func (m *BlobInfoRes) String() string + func (m *BlobInfoRes) XXX_DiscardUnknown() + func (m *BlobInfoRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlobInfoRes) XXX_Merge(src proto.Message) + func (m *BlobInfoRes) XXX_Size() int + func (m *BlobInfoRes) XXX_Unmarshal(b []byte) error + type CheckoutReq struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CheckoutReq) Descriptor() ([]byte, []int) + func (*CheckoutReq) ProtoMessage() + func (m *CheckoutReq) GetName() string + func (m *CheckoutReq) Reset() + func (m *CheckoutReq) String() string + func (m *CheckoutReq) XXX_DiscardUnknown() + func (m *CheckoutReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CheckoutReq) XXX_Merge(src proto.Message) + func (m *CheckoutReq) XXX_Size() int + func (m *CheckoutReq) XXX_Unmarshal(b []byte) error + type CheckoutRes struct + TxID uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CheckoutRes) Descriptor() ([]byte, []int) + func (*CheckoutRes) ProtoMessage() + func (m *CheckoutRes) GetTxID() uint32 + func (m *CheckoutRes) Reset() + func (m *CheckoutRes) String() string + func (m *CheckoutRes) XXX_DiscardUnknown() + func (m *CheckoutRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CheckoutRes) XXX_Merge(src proto.Message) + func (m *CheckoutRes) XXX_Size() int + func (m *CheckoutRes) XXX_Unmarshal(b []byte) error + type CommitReq struct + Broadcast bool + Signature []byte + Timestamp uint64 + TxID uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CommitReq) Descriptor() ([]byte, []int) + func (*CommitReq) ProtoMessage() + func (m *CommitReq) GetBroadcast() bool + func (m *CommitReq) GetSignature() []byte + func (m *CommitReq) GetTimestamp() uint64 + func (m *CommitReq) GetTxID() uint32 + func (m *CommitReq) Reset() + func (m *CommitReq) String() string + func (m *CommitReq) XXX_DiscardUnknown() + func (m *CommitReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommitReq) XXX_Merge(src proto.Message) + func (m *CommitReq) XXX_Size() int + func (m *CommitReq) XXX_Unmarshal(b []byte) error + type CommitRes struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CommitRes) Descriptor() ([]byte, []int) + func (*CommitRes) ProtoMessage() + func (m *CommitRes) Reset() + func (m *CommitRes) String() string + func (m *CommitRes) XXX_DiscardUnknown() + func (m *CommitRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommitRes) XXX_Merge(src proto.Message) + func (m *CommitRes) XXX_Size() int + func (m *CommitRes) XXX_Unmarshal(b []byte) error + type DDRPv1Client interface + AddPeer func(ctx context.Context, in *AddPeerReq, opts ...grpc.CallOption) (*Empty, error) + BanPeer func(ctx context.Context, in *BanPeerReq, opts ...grpc.CallOption) (*Empty, error) + Checkout func(ctx context.Context, in *CheckoutReq, opts ...grpc.CallOption) (*CheckoutRes, error) + Commit func(ctx context.Context, in *CommitReq, opts ...grpc.CallOption) (*CommitRes, error) + GetBlobInfo func(ctx context.Context, in *BlobInfoReq, opts ...grpc.CallOption) (*BlobInfoRes, error) + GetStatus func(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetStatusRes, error) + ListBlobInfo func(ctx context.Context, in *ListBlobInfoReq, opts ...grpc.CallOption) (DDRPv1_ListBlobInfoClient, error) + ListPeers func(ctx context.Context, in *ListPeersReq, opts ...grpc.CallOption) (DDRPv1_ListPeersClient, error) + PreCommit func(ctx context.Context, in *PreCommitReq, opts ...grpc.CallOption) (*PreCommitRes, error) + ReadAt func(ctx context.Context, in *ReadAtReq, opts ...grpc.CallOption) (*ReadAtRes, error) + SendUpdate func(ctx context.Context, in *SendUpdateReq, opts ...grpc.CallOption) (*SendUpdateRes, error) + Truncate func(ctx context.Context, in *TruncateReq, opts ...grpc.CallOption) (*Empty, error) + UnbanPeer func(ctx context.Context, in *UnbanPeerReq, opts ...grpc.CallOption) (*Empty, error) + WriteAt func(ctx context.Context, in *WriteAtReq, opts ...grpc.CallOption) (*WriteAtRes, error) + func NewDDRPv1Client(cc *grpc.ClientConn) DDRPv1Client + type DDRPv1Server interface + AddPeer func(context.Context, *AddPeerReq) (*Empty, error) + BanPeer func(context.Context, *BanPeerReq) (*Empty, error) + Checkout func(context.Context, *CheckoutReq) (*CheckoutRes, error) + Commit func(context.Context, *CommitReq) (*CommitRes, error) + GetBlobInfo func(context.Context, *BlobInfoReq) (*BlobInfoRes, error) + GetStatus func(context.Context, *Empty) (*GetStatusRes, error) + ListBlobInfo func(*ListBlobInfoReq, DDRPv1_ListBlobInfoServer) error + ListPeers func(*ListPeersReq, DDRPv1_ListPeersServer) error + PreCommit func(context.Context, *PreCommitReq) (*PreCommitRes, error) + ReadAt func(context.Context, *ReadAtReq) (*ReadAtRes, error) + SendUpdate func(context.Context, *SendUpdateReq) (*SendUpdateRes, error) + Truncate func(context.Context, *TruncateReq) (*Empty, error) + UnbanPeer func(context.Context, *UnbanPeerReq) (*Empty, error) + WriteAt func(context.Context, *WriteAtReq) (*WriteAtRes, error) + type DDRPv1_ListBlobInfoClient interface + Recv func() (*BlobInfoRes, error) + type DDRPv1_ListBlobInfoServer interface + Send func(*BlobInfoRes) error + type DDRPv1_ListPeersClient interface + Recv func() (*ListPeersRes, error) + type DDRPv1_ListPeersServer interface + Send func(*ListPeersRes) error + type Empty struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Empty) Descriptor() ([]byte, []int) + func (*Empty) ProtoMessage() + func (m *Empty) Reset() + func (m *Empty) String() string + func (m *Empty) XXX_DiscardUnknown() + func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Empty) XXX_Merge(src proto.Message) + func (m *Empty) XXX_Size() int + func (m *Empty) XXX_Unmarshal(b []byte) error + type GetNamesReq struct + Count uint32 + Start string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNamesReq) Descriptor() ([]byte, []int) + func (*GetNamesReq) ProtoMessage() + func (m *GetNamesReq) GetCount() uint32 + func (m *GetNamesReq) GetStart() string + func (m *GetNamesReq) Reset() + func (m *GetNamesReq) String() string + func (m *GetNamesReq) XXX_DiscardUnknown() + func (m *GetNamesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNamesReq) XXX_Merge(src proto.Message) + func (m *GetNamesReq) XXX_Size() int + func (m *GetNamesReq) XXX_Unmarshal(b []byte) error + type GetNamesRes struct + Name string + PublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetNamesRes) Descriptor() ([]byte, []int) + func (*GetNamesRes) ProtoMessage() + func (m *GetNamesRes) GetName() string + func (m *GetNamesRes) GetPublicKey() []byte + func (m *GetNamesRes) Reset() + func (m *GetNamesRes) String() string + func (m *GetNamesRes) XXX_DiscardUnknown() + func (m *GetNamesRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetNamesRes) XXX_Merge(src proto.Message) + func (m *GetNamesRes) XXX_Size() int + func (m *GetNamesRes) XXX_Unmarshal(b []byte) error + type GetStatusRes struct + HeaderCount uint32 + PeerCount uint32 + PeerID []byte + RxBytes uint64 + TxBytes uint64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetStatusRes) Descriptor() ([]byte, []int) + func (*GetStatusRes) ProtoMessage() + func (m *GetStatusRes) GetHeaderCount() uint32 + func (m *GetStatusRes) GetPeerCount() uint32 + func (m *GetStatusRes) GetPeerID() []byte + func (m *GetStatusRes) GetRxBytes() uint64 + func (m *GetStatusRes) GetTxBytes() uint64 + func (m *GetStatusRes) Reset() + func (m *GetStatusRes) String() string + func (m *GetStatusRes) XXX_DiscardUnknown() + func (m *GetStatusRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetStatusRes) XXX_Merge(src proto.Message) + func (m *GetStatusRes) XXX_Size() int + func (m *GetStatusRes) XXX_Unmarshal(b []byte) error + type ListBlobInfoReq struct + Start string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListBlobInfoReq) Descriptor() ([]byte, []int) + func (*ListBlobInfoReq) ProtoMessage() + func (m *ListBlobInfoReq) GetStart() string + func (m *ListBlobInfoReq) Reset() + func (m *ListBlobInfoReq) String() string + func (m *ListBlobInfoReq) XXX_DiscardUnknown() + func (m *ListBlobInfoReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListBlobInfoReq) XXX_Merge(src proto.Message) + func (m *ListBlobInfoReq) XXX_Size() int + func (m *ListBlobInfoReq) XXX_Unmarshal(b []byte) error + type ListPeersReq struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListPeersReq) Descriptor() ([]byte, []int) + func (*ListPeersReq) ProtoMessage() + func (m *ListPeersReq) Reset() + func (m *ListPeersReq) String() string + func (m *ListPeersReq) XXX_DiscardUnknown() + func (m *ListPeersReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListPeersReq) XXX_Merge(src proto.Message) + func (m *ListPeersReq) XXX_Size() int + func (m *ListPeersReq) XXX_Unmarshal(b []byte) error + type ListPeersRes struct + Banned bool + Connected bool + Ip string + PeerID []byte + RxBytes uint64 + TxBytes uint64 + Whitelisted bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListPeersRes) Descriptor() ([]byte, []int) + func (*ListPeersRes) ProtoMessage() + func (m *ListPeersRes) GetBanned() bool + func (m *ListPeersRes) GetConnected() bool + func (m *ListPeersRes) GetIp() string + func (m *ListPeersRes) GetPeerID() []byte + func (m *ListPeersRes) GetRxBytes() uint64 + func (m *ListPeersRes) GetTxBytes() uint64 + func (m *ListPeersRes) GetWhitelisted() bool + func (m *ListPeersRes) Reset() + func (m *ListPeersRes) String() string + func (m *ListPeersRes) XXX_DiscardUnknown() + func (m *ListPeersRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListPeersRes) XXX_Merge(src proto.Message) + func (m *ListPeersRes) XXX_Size() int + func (m *ListPeersRes) XXX_Unmarshal(b []byte) error + type PreCommitReq struct + TxID uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PreCommitReq) Descriptor() ([]byte, []int) + func (*PreCommitReq) ProtoMessage() + func (m *PreCommitReq) GetTxID() uint32 + func (m *PreCommitReq) Reset() + func (m *PreCommitReq) String() string + func (m *PreCommitReq) XXX_DiscardUnknown() + func (m *PreCommitReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PreCommitReq) XXX_Merge(src proto.Message) + func (m *PreCommitReq) XXX_Size() int + func (m *PreCommitReq) XXX_Unmarshal(b []byte) error + type PreCommitRes struct + MerkleRoot []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PreCommitRes) Descriptor() ([]byte, []int) + func (*PreCommitRes) ProtoMessage() + func (m *PreCommitRes) GetMerkleRoot() []byte + func (m *PreCommitRes) Reset() + func (m *PreCommitRes) String() string + func (m *PreCommitRes) XXX_DiscardUnknown() + func (m *PreCommitRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PreCommitRes) XXX_Merge(src proto.Message) + func (m *PreCommitRes) XXX_Size() int + func (m *PreCommitRes) XXX_Unmarshal(b []byte) error + type ReadAtReq struct + Len uint32 + Name string + Offset uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReadAtReq) Descriptor() ([]byte, []int) + func (*ReadAtReq) ProtoMessage() + func (m *ReadAtReq) GetLen() uint32 + func (m *ReadAtReq) GetName() string + func (m *ReadAtReq) GetOffset() uint32 + func (m *ReadAtReq) Reset() + func (m *ReadAtReq) String() string + func (m *ReadAtReq) XXX_DiscardUnknown() + func (m *ReadAtReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReadAtReq) XXX_Merge(src proto.Message) + func (m *ReadAtReq) XXX_Size() int + func (m *ReadAtReq) XXX_Unmarshal(b []byte) error + type ReadAtRes struct + Data []byte + Offset uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReadAtRes) Descriptor() ([]byte, []int) + func (*ReadAtRes) ProtoMessage() + func (m *ReadAtRes) GetData() []byte + func (m *ReadAtRes) GetOffset() uint32 + func (m *ReadAtRes) Reset() + func (m *ReadAtRes) String() string + func (m *ReadAtRes) XXX_DiscardUnknown() + func (m *ReadAtRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReadAtRes) XXX_Merge(src proto.Message) + func (m *ReadAtRes) XXX_Size() int + func (m *ReadAtRes) XXX_Unmarshal(b []byte) error + type SendUpdateReq struct + Name string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendUpdateReq) Descriptor() ([]byte, []int) + func (*SendUpdateReq) ProtoMessage() + func (m *SendUpdateReq) GetName() string + func (m *SendUpdateReq) Reset() + func (m *SendUpdateReq) String() string + func (m *SendUpdateReq) XXX_DiscardUnknown() + func (m *SendUpdateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendUpdateReq) XXX_Merge(src proto.Message) + func (m *SendUpdateReq) XXX_Size() int + func (m *SendUpdateReq) XXX_Unmarshal(b []byte) error + type SendUpdateRes struct + RecipientCount uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SendUpdateRes) Descriptor() ([]byte, []int) + func (*SendUpdateRes) ProtoMessage() + func (m *SendUpdateRes) GetRecipientCount() uint32 + func (m *SendUpdateRes) Reset() + func (m *SendUpdateRes) String() string + func (m *SendUpdateRes) XXX_DiscardUnknown() + func (m *SendUpdateRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SendUpdateRes) XXX_Merge(src proto.Message) + func (m *SendUpdateRes) XXX_Size() int + func (m *SendUpdateRes) XXX_Unmarshal(b []byte) error + type TruncateReq struct + TxID uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TruncateReq) Descriptor() ([]byte, []int) + func (*TruncateReq) ProtoMessage() + func (m *TruncateReq) GetTxID() uint32 + func (m *TruncateReq) Reset() + func (m *TruncateReq) String() string + func (m *TruncateReq) XXX_DiscardUnknown() + func (m *TruncateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TruncateReq) XXX_Merge(src proto.Message) + func (m *TruncateReq) XXX_Size() int + func (m *TruncateReq) XXX_Unmarshal(b []byte) error + type TruncateRes struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TruncateRes) Descriptor() ([]byte, []int) + func (*TruncateRes) ProtoMessage() + func (m *TruncateRes) Reset() + func (m *TruncateRes) String() string + func (m *TruncateRes) XXX_DiscardUnknown() + func (m *TruncateRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TruncateRes) XXX_Merge(src proto.Message) + func (m *TruncateRes) XXX_Size() int + func (m *TruncateRes) XXX_Unmarshal(b []byte) error + type UnbanPeerReq struct + Ip string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnbanPeerReq) Descriptor() ([]byte, []int) + func (*UnbanPeerReq) ProtoMessage() + func (m *UnbanPeerReq) GetIp() string + func (m *UnbanPeerReq) Reset() + func (m *UnbanPeerReq) String() string + func (m *UnbanPeerReq) XXX_DiscardUnknown() + func (m *UnbanPeerReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbanPeerReq) XXX_Merge(src proto.Message) + func (m *UnbanPeerReq) XXX_Size() int + func (m *UnbanPeerReq) XXX_Unmarshal(b []byte) error + type WriteAtReq struct + Data []byte + Offset uint32 + TxID uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WriteAtReq) Descriptor() ([]byte, []int) + func (*WriteAtReq) ProtoMessage() + func (m *WriteAtReq) GetData() []byte + func (m *WriteAtReq) GetOffset() uint32 + func (m *WriteAtReq) GetTxID() uint32 + func (m *WriteAtReq) Reset() + func (m *WriteAtReq) String() string + func (m *WriteAtReq) XXX_DiscardUnknown() + func (m *WriteAtReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WriteAtReq) XXX_Merge(src proto.Message) + func (m *WriteAtReq) XXX_Size() int + func (m *WriteAtReq) XXX_Unmarshal(b []byte) error + type WriteAtRes struct + BytesWritten uint32 + WriteErr string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WriteAtRes) Descriptor() ([]byte, []int) + func (*WriteAtRes) ProtoMessage() + func (m *WriteAtRes) GetBytesWritten() uint32 + func (m *WriteAtRes) GetWriteErr() string + func (m *WriteAtRes) Reset() + func (m *WriteAtRes) String() string + func (m *WriteAtRes) XXX_DiscardUnknown() + func (m *WriteAtRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WriteAtRes) XXX_Merge(src proto.Message) + func (m *WriteAtRes) XXX_Size() int + func (m *WriteAtRes) XXX_Unmarshal(b []byte) error