Versions in this module Expand all Collapse all v0 v0.7.0 Jul 31, 2024 Changes in this version + type NarInfo struct + CA string + Compression string + Deriver string + FileHash *nixhash.HashWithEncoding + FileSize uint64 + NarHash *nixhash.HashWithEncoding + NarSize uint64 + References []string + Signatures []*Signature + StorePath string + System string + URL string + func Parse(r io.Reader) (*NarInfo, error) + func (n *NarInfo) Check() error + func (n *NarInfo) String() string + func (n NarInfo) ContentType() string + type Signature struct + Digest []byte + KeyName string + func MustParseSignatureLine(signatureLine string) *Signature + func ParseSignatureLine(signatureLine string) (*Signature, error) + func (s *Signature) String() string