Documentation ¶
Index ¶
- type HeimdallAppClient
- func (h *HeimdallAppClient) Close()
- func (h *HeimdallAppClient) FetchCheckpoint(_ context.Context, number int64) (*checkpoint.Checkpoint, error)
- func (h *HeimdallAppClient) FetchCheckpointCount(_ context.Context) (int64, error)
- func (h *HeimdallAppClient) NewContext() types.Context
- func (h *HeimdallAppClient) Span(ctx context.Context, spanID uint64) (*span.HeimdallSpan, error)
- func (h *HeimdallAppClient) StateSyncEvents(ctx context.Context, fromID uint64, to int64) ([]*clerk.EventRecordWithTime, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeimdallAppClient ¶
type HeimdallAppClient struct {
// contains filtered or unexported fields
}
func NewHeimdallAppClient ¶
func NewHeimdallAppClient() *HeimdallAppClient
func (*HeimdallAppClient) Close ¶
func (h *HeimdallAppClient) Close()
func (*HeimdallAppClient) FetchCheckpoint ¶
func (h *HeimdallAppClient) FetchCheckpoint(_ context.Context, number int64) (*checkpoint.Checkpoint, error)
func (*HeimdallAppClient) FetchCheckpointCount ¶
func (h *HeimdallAppClient) FetchCheckpointCount(_ context.Context) (int64, error)
func (*HeimdallAppClient) NewContext ¶
func (h *HeimdallAppClient) NewContext() types.Context
func (*HeimdallAppClient) Span ¶
func (h *HeimdallAppClient) Span(ctx context.Context, spanID uint64) (*span.HeimdallSpan, error)
func (*HeimdallAppClient) StateSyncEvents ¶
func (h *HeimdallAppClient) StateSyncEvents(ctx context.Context, fromID uint64, to int64) ([]*clerk.EventRecordWithTime, error)
Click to show internal directories.
Click to hide internal directories.