Documentation
¶
Overview ¶
nolint
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogReading ¶
type LogReading struct {
// contains filtered or unexported fields
}
LogReading provides access to "logging" component of Yandex.Cloud
func NewLogReading ¶
func NewLogReading(g func(ctx context.Context) (*grpc.ClientConn, error)) *LogReading
NewLogReading creates instance of LogReading
func (*LogReading) LogReading ¶
func (l *LogReading) LogReading() *LogReadingServiceClient
LogReading gets LogReadingService client
type LogReadingServiceClient ¶
type LogReadingServiceClient struct {
// contains filtered or unexported fields
}
LogReadingServiceClient is a logging.LogReadingServiceClient with lazy GRPC connection initialization.
func (*LogReadingServiceClient) Read ¶
func (c *LogReadingServiceClient) Read(ctx context.Context, in *logging.ReadRequest, opts ...grpc.CallOption) (*logging.ReadResponse, error)
Read implements logging.LogReadingServiceClient
Click to show internal directories.
Click to hide internal directories.