# Functions
NewClient returns a new cockroach.Client.
NewLoggingClient returns a new instance of a logging Client.
NewMetricsClient returns a new instance of a metrics Client.
NewMockClient creates a new mock instance.
NewTracingClient returns a new instance of a tracing Client.
# Variables
ErrCatalogEntityNotFound is returned if a query for a catalog entity returns no results.
ErrClientNotFound is returned if a query for a client returns no results.
ErrGroupNotFound is returned if a query for a group returns no results.
ErrOrganizationNotFound is returned if a query for a organization returns no results.
ErrUserNotFound is returned if a query for a user returns no results.
# Structs
BuildVersionDetail represents a specific build, including version number, repo, branch, revision and manifest.
JobResources represents the used cpu and memory resources for a job and the measured maximum once it's done.
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
# Interfaces
Client is the interface for communicating with the databasego:generate mockgen -package=database -destination ./mock.go -source=client.go.