Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PandoraHeaderCache ¶
type VanguardShardInfoCache ¶
type VanguardShardInfoCache interface { Put(ctx context.Context, slot uint64, shardInfo *types.VanguardShardInfo) error Get(ctx context.Context, slot uint64) (*types.VanguardShardInfo, error) Remove(ctx context.Context, slot uint64) }
VanguardShardInfoCache interface for pandora sharding info cache
Click to show internal directories.
Click to hide internal directories.