Documentation
¶
Index ¶
Constants ¶
View Source
const ( ERROR_FAILED_TO_NEW = "failed to create new client" ERROR_FAILED_TO_FETCH_STH = "failed to fetch STH" ERROR_NEW_LOGS_NOT_FOUND = "new logs not found" ERROR_FAILED_TO_GET_CERT = "failed to get certificate" ERROR_FAILED_TO_PARSE_CERT = "failed to parse certificate" NO_CERT_AND_PRECERT_LEAF = "no certificate and precertificate leaf" )
Variables ¶
View Source
var DefaultMaxEntries int64 = 256
View Source
var DefaultSleep = 1 * time.Second
Functions ¶
This section is empty.
Types ¶
type CTClient ¶ added in v0.0.6
type CTClient struct {
Url string
*client.LogClient
context.Context
// contains filtered or unexported fields
}
func DefaultCTClient ¶ added in v0.0.6
func NewCTClient ¶ added in v0.0.6
type CTStream ¶
type CTStream struct {
Client *CTClient
Sleep time.Duration
Ctx context.Context
Wg sync.WaitGroup
Stop context.CancelFunc
}
func DefaultCTStream ¶ added in v0.0.6
func NewCTStream ¶ added in v0.0.6
type CTsStream ¶ added in v0.0.6
func DefaultCTsStream ¶ added in v0.0.6
func NewCTsStream ¶ added in v0.0.6
func SemiDefaultCTsStream ¶ added in v0.0.14
Click to show internal directories.
Click to hide internal directories.