# Packages

ctclient is a command-line utility for interacting with CT logs.

# Functions

New constructs a new LogClient instance.
NewTemporalLogClient builds a new client for interacting with a temporal log.
TemporalLogConfigFromFile creates a TemporalLogConfig object from the given filename, which should contain text-protobuf encoded configuration data.

# Structs

LogClient represents a client for a given CT Log instance.
TemporalLogClient allows [pre-]certificates to be uploaded to a temporal log.

# Interfaces

AddLogClient is an interface that allows adding certificates and pre-certificates to a log.
CheckLogClient is an interface that allows (just) checking of various log contents.

# Type aliases

RspError represents a server error including HTTP information.