Skip to main content

IssueId

Type Alias IssueId 

Source
pub type IssueId = String;
Expand description

Content-addressed identity of an issue: lowercase-hex SHA-256 of the canonical form of everything but created_at (timestamp drift must not change what issue this is).

Aliased Typeยง

pub struct IssueId { /* private fields */ }