Skip to content

Refactor client package

Niels Möller requested to merge refactor-client into main

Delete obsolete method AddCosignature. Rename GetNextTreeHead to GetSecondaryTreeHead. Split into two interfaces LogClient and SecondaryClient. Make the Client type (which implements both interfaces, and is created by the New method) exported, but unexport its fields.

Merge request reports