Versions in this module Expand all Collapse all v0 v0.4.1 Feb 6, 2019 v0.4.0 Jan 10, 2019 v0.3.0 Oct 3, 2018 Changes in this version + func RegisterAuditorServer(s *grpc.Server, srv AuditorServer) + func RegisterVLDMServer(s *grpc.Server, srv VLDMServer) + type AuditorClient interface + GetPeers func(ctx context.Context, in *GetPeersParams, opts ...grpc.CallOption) (*GetPeersResponse, error) + SubmitLogRoot func(ctx context.Context, in *SubmitLogRootParams, opts ...grpc.CallOption) (*SubmitLogRootResponse, error) + func NewAuditorClient(cc *grpc.ClientConn) AuditorClient + type AuditorServer interface + GetPeers func(context.Context, *GetPeersParams) (*GetPeersResponse, error) + SubmitLogRoot func(context.Context, *SubmitLogRootParams) (*SubmitLogRootResponse, error) + type GetConsistencyParams struct + From int64 + IsOperation bool + To int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetConsistencyParams) Descriptor() ([]byte, []int) + func (*GetConsistencyParams) ProtoMessage() + func (dst *GetConsistencyParams) XXX_Merge(src proto.Message) + func (m *GetConsistencyParams) GetFrom() int64 + func (m *GetConsistencyParams) GetIsOperation() bool + func (m *GetConsistencyParams) GetTo() int64 + func (m *GetConsistencyParams) Reset() + func (m *GetConsistencyParams) String() string + func (m *GetConsistencyParams) XXX_DiscardUnknown() + func (m *GetConsistencyParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetConsistencyParams) XXX_Size() int + func (m *GetConsistencyParams) XXX_Unmarshal(b []byte) error + type GetConsistencyResponse struct + TrillianProof []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetConsistencyResponse) Descriptor() ([]byte, []int) + func (*GetConsistencyResponse) ProtoMessage() + func (dst *GetConsistencyResponse) XXX_Merge(src proto.Message) + func (m *GetConsistencyResponse) GetTrillianProof() []byte + func (m *GetConsistencyResponse) Reset() + func (m *GetConsistencyResponse) String() string + func (m *GetConsistencyResponse) XXX_DiscardUnknown() + func (m *GetConsistencyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetConsistencyResponse) XXX_Size() int + func (m *GetConsistencyResponse) XXX_Unmarshal(b []byte) error + type GetLogHeadParams struct + IsOperation bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLogHeadParams) Descriptor() ([]byte, []int) + func (*GetLogHeadParams) ProtoMessage() + func (dst *GetLogHeadParams) XXX_Merge(src proto.Message) + func (m *GetLogHeadParams) GetIsOperation() bool + func (m *GetLogHeadParams) Reset() + func (m *GetLogHeadParams) String() string + func (m *GetLogHeadParams) XXX_DiscardUnknown() + func (m *GetLogHeadParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLogHeadParams) XXX_Size() int + func (m *GetLogHeadParams) XXX_Unmarshal(b []byte) error + type GetLogHeadResponse struct + TrillianSignedLogRoot []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLogHeadResponse) Descriptor() ([]byte, []int) + func (*GetLogHeadResponse) ProtoMessage() + func (dst *GetLogHeadResponse) XXX_Merge(src proto.Message) + func (m *GetLogHeadResponse) GetTrillianSignedLogRoot() []byte + func (m *GetLogHeadResponse) Reset() + func (m *GetLogHeadResponse) String() string + func (m *GetLogHeadResponse) XXX_DiscardUnknown() + func (m *GetLogHeadResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLogHeadResponse) XXX_Size() int + func (m *GetLogHeadResponse) XXX_Unmarshal(b []byte) error + type GetLogItemParams struct + Index int64 + IsOperation bool + Size int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLogItemParams) Descriptor() ([]byte, []int) + func (*GetLogItemParams) ProtoMessage() + func (dst *GetLogItemParams) XXX_Merge(src proto.Message) + func (m *GetLogItemParams) GetIndex() int64 + func (m *GetLogItemParams) GetIsOperation() bool + func (m *GetLogItemParams) GetSize() int64 + func (m *GetLogItemParams) Reset() + func (m *GetLogItemParams) String() string + func (m *GetLogItemParams) XXX_DiscardUnknown() + func (m *GetLogItemParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLogItemParams) XXX_Size() int + func (m *GetLogItemParams) XXX_Unmarshal(b []byte) error + type GetLogItemResponse struct + TrillianGetEntryAndProofResponse []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetLogItemResponse) Descriptor() ([]byte, []int) + func (*GetLogItemResponse) ProtoMessage() + func (dst *GetLogItemResponse) XXX_Merge(src proto.Message) + func (m *GetLogItemResponse) GetTrillianGetEntryAndProofResponse() []byte + func (m *GetLogItemResponse) Reset() + func (m *GetLogItemResponse) String() string + func (m *GetLogItemResponse) XXX_DiscardUnknown() + func (m *GetLogItemResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetLogItemResponse) XXX_Size() int + func (m *GetLogItemResponse) XXX_Unmarshal(b []byte) error + type GetPeersParams struct + Publickey string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPeersParams) Descriptor() ([]byte, []int) + func (*GetPeersParams) ProtoMessage() + func (dst *GetPeersParams) XXX_Merge(src proto.Message) + func (m *GetPeersParams) GetPublickey() string + func (m *GetPeersParams) Reset() + func (m *GetPeersParams) String() string + func (m *GetPeersParams) XXX_DiscardUnknown() + func (m *GetPeersParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPeersParams) XXX_Size() int + func (m *GetPeersParams) XXX_Unmarshal(b []byte) error + type GetPeersResponse struct + Hosts []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPeersResponse) Descriptor() ([]byte, []int) + func (*GetPeersResponse) ProtoMessage() + func (dst *GetPeersResponse) XXX_Merge(src proto.Message) + func (m *GetPeersResponse) GetHosts() []string + func (m *GetPeersResponse) Reset() + func (m *GetPeersResponse) String() string + func (m *GetPeersResponse) XXX_DiscardUnknown() + func (m *GetPeersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPeersResponse) XXX_Size() int + func (m *GetPeersResponse) XXX_Unmarshal(b []byte) error + type MapHead struct + TrillianSignedMapRoot []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MapHead) Descriptor() ([]byte, []int) + func (*MapHead) ProtoMessage() + func (dst *MapHead) XXX_Merge(src proto.Message) + func (m *MapHead) GetTrillianSignedMapRoot() []byte + func (m *MapHead) Reset() + func (m *MapHead) String() string + func (m *MapHead) XXX_DiscardUnknown() + func (m *MapHead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MapHead) XXX_Size() int + func (m *MapHead) XXX_Unmarshal(b []byte) error + type MapperMetadata struct + HighestFullyCompletedSeq int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MapperMetadata) Descriptor() ([]byte, []int) + func (*MapperMetadata) ProtoMessage() + func (dst *MapperMetadata) XXX_Merge(src proto.Message) + func (m *MapperMetadata) GetHighestFullyCompletedSeq() int64 + func (m *MapperMetadata) Reset() + func (m *MapperMetadata) String() string + func (m *MapperMetadata) XXX_DiscardUnknown() + func (m *MapperMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MapperMetadata) XXX_Size() int + func (m *MapperMetadata) XXX_Unmarshal(b []byte) error + type SubmitLogRootParams struct + SignedLogRoot []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubmitLogRootParams) Descriptor() ([]byte, []int) + func (*SubmitLogRootParams) ProtoMessage() + func (dst *SubmitLogRootParams) XXX_Merge(src proto.Message) + func (m *SubmitLogRootParams) GetSignedLogRoot() []byte + func (m *SubmitLogRootParams) Reset() + func (m *SubmitLogRootParams) String() string + func (m *SubmitLogRootParams) XXX_DiscardUnknown() + func (m *SubmitLogRootParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubmitLogRootParams) XXX_Size() int + func (m *SubmitLogRootParams) XXX_Unmarshal(b []byte) error + type SubmitLogRootResponse struct + Trustworthy bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubmitLogRootResponse) Descriptor() ([]byte, []int) + func (*SubmitLogRootResponse) ProtoMessage() + func (dst *SubmitLogRootResponse) XXX_Merge(src proto.Message) + func (m *SubmitLogRootResponse) GetTrustworthy() bool + func (m *SubmitLogRootResponse) Reset() + func (m *SubmitLogRootResponse) String() string + func (m *SubmitLogRootResponse) XXX_DiscardUnknown() + func (m *SubmitLogRootResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubmitLogRootResponse) XXX_Size() int + func (m *SubmitLogRootResponse) XXX_Unmarshal(b []byte) error + type SubmitParams struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubmitParams) Descriptor() ([]byte, []int) + func (*SubmitParams) ProtoMessage() + func (dst *SubmitParams) XXX_Merge(src proto.Message) + func (m *SubmitParams) Reset() + func (m *SubmitParams) String() string + func (m *SubmitParams) XXX_DiscardUnknown() + func (m *SubmitParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubmitParams) XXX_Size() int + func (m *SubmitParams) XXX_Unmarshal(b []byte) error + type SubmitResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubmitResponse) Descriptor() ([]byte, []int) + func (*SubmitResponse) ProtoMessage() + func (dst *SubmitResponse) XXX_Merge(src proto.Message) + func (m *SubmitResponse) Reset() + func (m *SubmitResponse) String() string + func (m *SubmitResponse) XXX_DiscardUnknown() + func (m *SubmitResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubmitResponse) XXX_Size() int + func (m *SubmitResponse) XXX_Unmarshal(b []byte) error + type SubscribeParams struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SubscribeParams) Descriptor() ([]byte, []int) + func (*SubscribeParams) ProtoMessage() + func (dst *SubscribeParams) XXX_Merge(src proto.Message) + func (m *SubscribeParams) Reset() + func (m *SubscribeParams) String() string + func (m *SubscribeParams) XXX_DiscardUnknown() + func (m *SubscribeParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SubscribeParams) XXX_Size() int + func (m *SubscribeParams) XXX_Unmarshal(b []byte) error + type VLDMClient interface + GetLogConsistency func(ctx context.Context, in *GetConsistencyParams, opts ...grpc.CallOption) (*GetConsistencyResponse, error) + GetLogHead func(ctx context.Context, in *GetLogHeadParams, opts ...grpc.CallOption) (*GetLogHeadResponse, error) + GetLogItem func(ctx context.Context, in *GetLogItemParams, opts ...grpc.CallOption) (*GetLogItemResponse, error) + SubmitSignedMapHead func(ctx context.Context, in *SubmitParams, opts ...grpc.CallOption) (*SubmitResponse, error) + SubscribeMapHeads func(ctx context.Context, in *SubscribeParams, opts ...grpc.CallOption) (VLDM_SubscribeMapHeadsClient, error) + func NewVLDMClient(cc *grpc.ClientConn) VLDMClient + type VLDMServer interface + GetLogConsistency func(context.Context, *GetConsistencyParams) (*GetConsistencyResponse, error) + GetLogHead func(context.Context, *GetLogHeadParams) (*GetLogHeadResponse, error) + GetLogItem func(context.Context, *GetLogItemParams) (*GetLogItemResponse, error) + SubmitSignedMapHead func(context.Context, *SubmitParams) (*SubmitResponse, error) + SubscribeMapHeads func(*SubscribeParams, VLDM_SubscribeMapHeadsServer) error + type VLDM_SubscribeMapHeadsClient interface + Recv func() (*MapHead, error) + type VLDM_SubscribeMapHeadsServer interface + Send func(*MapHead) error