Documentation ¶
Overview ¶
Package admin supports configuing Key Transparency with multiple Trillian backends.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin interface {
LogClient(logID int64) (client.VerifyingLogClient, error)
}
Admin returns objects for specific domains.
type Static ¶
type Static struct {
// contains filtered or unexported fields
}
Static implements an admin interface for a static set of backends. Updates require a restart.
func NewStatic ¶
func NewStatic() *Static
NewStatic returns an admin interface which returns trillian objects.
Click to show internal directories.
Click to hide internal directories.