Versions in this module Expand all Collapse all v0 v0.44.0 Aug 25, 2023 v0.0.1 Oct 9, 2023 Changes in this version + const MaxGetEntriesLimit + var ErrOverGetEntriesLimit = xerrors.Errorf("over get entries limit") + type Client struct + func NewClient(rekorURL string) (*Client, error) + func (c *Client) GetEntries(ctx context.Context, entryIDs []EntryID) ([]Entry, error) + func (c *Client) Search(ctx context.Context, hash string) ([]EntryID, error) + type Entry struct + Statement []byte + type EntryID struct + TreeID string + UUID string + func NewEntryID(entryID string) (EntryID, error) + func (e EntryID) String() string