Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func FormatCertificate(cert *Certificate) string + type Certificate struct + ExpiresAt time.Time + IssuedAt time.Time + Level Level + PassRate float64 + Protocol string + Standard string + Tests []TestResult + type Certifier struct + func NewCertifier() *Certifier + func (c *Certifier) Certify(s *schema.ProtocolSchema, standard string) *Certificate + type Level string + const Bronze + const Gold + const Silver + type TestResult struct + Details string + Name string + Passed bool