Documentation ¶
Overview ¶
Package logger providers an implementation of the Grid Logger reader.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GridLogger ¶ added in v1.5.4
type GridLogger struct { loggerv1alpha1.LoggerAPIClient // contains filtered or unexported fields }
GridLogger is a client for the Grid Logger.
func DialContext ¶
func DialContext( ctx context.Context, endpoint string, privateKey *ecdsa.PrivateKey, opts ...grpc.DialOption, ) (l *GridLogger, conn *grpc.ClientConn, err error)
DialContext connects to the Grid Logger gRPC API and returns a client.
The context.Context is only used for the Dial. Subsequent calls require a new context.
Click to show internal directories.
Click to hide internal directories.