context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-sql-driver/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
github.com/google/trillian | Package trillian contains the generated protobuf code for the Trillian API. |
github.com/google/trillian/extension | Package extension provides an extension mechanism for Trillian code to access fork-specific functionality. |
github.com/google/trillian/log | Package log holds the code that is specific to Trillian logs core operation, particularly the code for sequencing. |
github.com/google/trillian/quota | Package quota defines Trillian's Quota Management service. |
github.com/google/trillian/quota/mysqlqm | Package mysqlqm defines a MySQL-based quota.Manager implementation. |
github.com/google/trillian/server | Package server contains the Trillian log server implementation. |
github.com/google/trillian/server/admin | Package admin contains the TrillianAdminServer implementation. |
github.com/google/trillian/server/interceptor | Package interceptor defines gRPC interceptors for Trillian. |
github.com/google/trillian/storage/mysql | Package mysql provides a MySQL-based storage layer implementation. |
github.com/google/trillian/storage/testdb | Package testdb creates new databases for tests. |
github.com/google/trillian/util/clock | Package clock contains time utilities, and types that allow mocking system time in tests. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials/insecure | Package insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |