Versions in this module Expand all Collapse all v1 v1.0.21 Aug 17, 2018 v1.0.20 Jul 5, 2018 Changes in this version + type Goshawk struct + func NewGoshawk(ctx context.Context, cfg *configpb.GoshawkConfig, hc *http.Client, ...) (*Goshawk, error) + func NewGoshawkFromFile(ctx context.Context, filename string, hc *http.Client, ...) (*Goshawk, error) + func (hawk *Goshawk) CertificateMatches(cert *x509.Certificate) bool + func (hawk *Goshawk) Fly(ctx context.Context) + func (hawk *Goshawk) PrecertificateMatches(*ct.Precertificate) bool + func (hawk *Goshawk) Scanner(ctx context.Context) + type Gossiper struct + func NewGossiper(ctx context.Context, cfg *configpb.GossipConfig, hc *http.Client) (*Gossiper, error) + func NewGossiperFromFile(ctx context.Context, filename string, hc *http.Client) (*Gossiper, error) + func (g *Gossiper) CheckRootIncluded(ctx context.Context) error + func (g *Gossiper) Run(ctx context.Context) + func (g *Gossiper) Submitter(ctx context.Context, s <-chan sthInfo)