Documentation ¶
Index ¶
Constants ¶
View Source
const (
MaxGetEntriesLimit = 10
)
Variables ¶
View Source
var ErrOverGetEntriesLimit = xerrors.Errorf("over get entries limit")
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetEntries ¶ added in v0.33.0
type EntryID ¶
EntryID is a hex-format string. The length of the string is 80 or 64. If the length is 80, it consists of two elements, the TreeID and the UUID. If the length is 64, it consists only of the UUID. cf. https://github.com/sigstore/rekor/blob/4923f60f4ae55ccd4baf28d182e8f55c2d8097d3/pkg/sharding/sharding.go#L25-L36
func NewEntryID ¶
Click to show internal directories.
Click to hide internal directories.