logging

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

nolint

nolint

nolint

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportAccessBindingsIterator

type ExportAccessBindingsIterator struct {
	// contains filtered or unexported fields
}

func (*ExportAccessBindingsIterator) Error

func (it *ExportAccessBindingsIterator) Error() error

func (*ExportAccessBindingsIterator) Next

func (*ExportAccessBindingsIterator) Take

func (*ExportAccessBindingsIterator) TakeAll

func (*ExportAccessBindingsIterator) Value

type ExportIterator

type ExportIterator struct {
	// contains filtered or unexported fields
}

func (*ExportIterator) Error

func (it *ExportIterator) Error() error

func (*ExportIterator) Next

func (it *ExportIterator) Next() bool

func (*ExportIterator) Take

func (it *ExportIterator) Take(size int64) ([]*logging.Export, error)

func (*ExportIterator) TakeAll

func (it *ExportIterator) TakeAll() ([]*logging.Export, error)

func (*ExportIterator) Value

func (it *ExportIterator) Value() *logging.Export

type ExportOperationsIterator

type ExportOperationsIterator struct {
	// contains filtered or unexported fields
}

func (*ExportOperationsIterator) Error

func (it *ExportOperationsIterator) Error() error

func (*ExportOperationsIterator) Next

func (it *ExportOperationsIterator) Next() bool

func (*ExportOperationsIterator) Take

func (*ExportOperationsIterator) TakeAll

func (it *ExportOperationsIterator) TakeAll() ([]*operation.Operation, error)

func (*ExportOperationsIterator) Value

type ExportServiceClient

type ExportServiceClient struct {
	// contains filtered or unexported fields
}

ExportServiceClient is a logging.ExportServiceClient with lazy GRPC connection initialization.

func (*ExportServiceClient) Create

Create implements logging.ExportServiceClient

func (*ExportServiceClient) Delete

Delete implements logging.ExportServiceClient

func (*ExportServiceClient) ExportAccessBindingsIterator

func (*ExportServiceClient) ExportIterator

func (*ExportServiceClient) ExportOperationsIterator

func (*ExportServiceClient) Get

Get implements logging.ExportServiceClient

func (*ExportServiceClient) List

List implements logging.ExportServiceClient

func (*ExportServiceClient) ListAccessBindings

ListAccessBindings implements logging.ExportServiceClient

func (*ExportServiceClient) ListOperations

ListOperations implements logging.ExportServiceClient

func (*ExportServiceClient) Run

Run implements logging.ExportServiceClient

func (*ExportServiceClient) SetAccessBindings

SetAccessBindings implements logging.ExportServiceClient

func (*ExportServiceClient) Update

Update implements logging.ExportServiceClient

func (*ExportServiceClient) UpdateAccessBindings

UpdateAccessBindings implements logging.ExportServiceClient

type LogGroupAccessBindingsIterator

type LogGroupAccessBindingsIterator struct {
	// contains filtered or unexported fields
}

func (*LogGroupAccessBindingsIterator) Error

func (*LogGroupAccessBindingsIterator) Next

func (*LogGroupAccessBindingsIterator) Take

func (*LogGroupAccessBindingsIterator) TakeAll

func (*LogGroupAccessBindingsIterator) Value

type LogGroupIterator

type LogGroupIterator struct {
	// contains filtered or unexported fields
}

func (*LogGroupIterator) Error

func (it *LogGroupIterator) Error() error

func (*LogGroupIterator) Next

func (it *LogGroupIterator) Next() bool

func (*LogGroupIterator) Take

func (it *LogGroupIterator) Take(size int64) ([]*logging.LogGroup, error)

func (*LogGroupIterator) TakeAll

func (it *LogGroupIterator) TakeAll() ([]*logging.LogGroup, error)

func (*LogGroupIterator) Value

func (it *LogGroupIterator) Value() *logging.LogGroup

type LogGroupOperationsIterator

type LogGroupOperationsIterator struct {
	// contains filtered or unexported fields
}

func (*LogGroupOperationsIterator) Error

func (it *LogGroupOperationsIterator) Error() error

func (*LogGroupOperationsIterator) Next

func (it *LogGroupOperationsIterator) Next() bool

func (*LogGroupOperationsIterator) Take

func (*LogGroupOperationsIterator) TakeAll

func (*LogGroupOperationsIterator) Value

type LogGroupResourcesIterator

type LogGroupResourcesIterator struct {
	// contains filtered or unexported fields
}

func (*LogGroupResourcesIterator) Error

func (it *LogGroupResourcesIterator) Error() error

func (*LogGroupResourcesIterator) Next

func (it *LogGroupResourcesIterator) Next() bool

func (*LogGroupResourcesIterator) Take

func (*LogGroupResourcesIterator) TakeAll

func (*LogGroupResourcesIterator) Value

type LogGroupServiceClient

type LogGroupServiceClient struct {
	// contains filtered or unexported fields
}

LogGroupServiceClient is a logging.LogGroupServiceClient with lazy GRPC connection initialization.

func (*LogGroupServiceClient) Create

Create implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) Delete

Delete implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) Get

Get implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) List

List implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) ListAccessBindings

ListAccessBindings implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) ListOperations

ListOperations implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) ListResources

ListResources implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) LogGroupAccessBindingsIterator

func (*LogGroupServiceClient) LogGroupIterator

func (*LogGroupServiceClient) LogGroupOperationsIterator

func (*LogGroupServiceClient) LogGroupResourcesIterator

func (*LogGroupServiceClient) SetAccessBindings

SetAccessBindings implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) Stats

Stats implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) Update

Update implements logging.LogGroupServiceClient

func (*LogGroupServiceClient) UpdateAccessBindings

UpdateAccessBindings implements logging.LogGroupServiceClient

type Logging

type Logging struct {
	// contains filtered or unexported fields
}

Logging provides access to "logging" component of Yandex.Cloud

func NewLogging

func NewLogging(g func(ctx context.Context) (*grpc.ClientConn, error)) *Logging

NewLogging creates instance of Logging

func (*Logging) Export

func (l *Logging) Export() *ExportServiceClient

Export gets ExportService client

func (*Logging) LogGroup

func (l *Logging) LogGroup() *LogGroupServiceClient

LogGroup gets LogGroupService client

func (*Logging) Sink

func (l *Logging) Sink() *SinkServiceClient

Sink gets SinkService client

type SinkAccessBindingsIterator

type SinkAccessBindingsIterator struct {
	// contains filtered or unexported fields
}

func (*SinkAccessBindingsIterator) Error

func (it *SinkAccessBindingsIterator) Error() error

func (*SinkAccessBindingsIterator) Next

func (it *SinkAccessBindingsIterator) Next() bool

func (*SinkAccessBindingsIterator) Take

func (*SinkAccessBindingsIterator) TakeAll

func (*SinkAccessBindingsIterator) Value

type SinkIterator

type SinkIterator struct {
	// contains filtered or unexported fields
}

func (*SinkIterator) Error

func (it *SinkIterator) Error() error

func (*SinkIterator) Next

func (it *SinkIterator) Next() bool

func (*SinkIterator) Take

func (it *SinkIterator) Take(size int64) ([]*logging.Sink, error)

func (*SinkIterator) TakeAll

func (it *SinkIterator) TakeAll() ([]*logging.Sink, error)

func (*SinkIterator) Value

func (it *SinkIterator) Value() *logging.Sink

type SinkOperationsIterator

type SinkOperationsIterator struct {
	// contains filtered or unexported fields
}

func (*SinkOperationsIterator) Error

func (it *SinkOperationsIterator) Error() error

func (*SinkOperationsIterator) Next

func (it *SinkOperationsIterator) Next() bool

func (*SinkOperationsIterator) Take

func (it *SinkOperationsIterator) Take(size int64) ([]*operation.Operation, error)

func (*SinkOperationsIterator) TakeAll

func (it *SinkOperationsIterator) TakeAll() ([]*operation.Operation, error)

func (*SinkOperationsIterator) Value

type SinkServiceClient

type SinkServiceClient struct {
	// contains filtered or unexported fields
}

SinkServiceClient is a logging.SinkServiceClient with lazy GRPC connection initialization.

func (*SinkServiceClient) Create

Create implements logging.SinkServiceClient

func (*SinkServiceClient) Delete

Delete implements logging.SinkServiceClient

func (*SinkServiceClient) Get

Get implements logging.SinkServiceClient

func (*SinkServiceClient) List

List implements logging.SinkServiceClient

func (*SinkServiceClient) ListAccessBindings

ListAccessBindings implements logging.SinkServiceClient

func (*SinkServiceClient) ListOperations

ListOperations implements logging.SinkServiceClient

func (*SinkServiceClient) SetAccessBindings

SetAccessBindings implements logging.SinkServiceClient

func (*SinkServiceClient) SinkAccessBindingsIterator

func (*SinkServiceClient) SinkIterator

func (*SinkServiceClient) SinkOperationsIterator

func (*SinkServiceClient) Update

Update implements logging.SinkServiceClient

func (*SinkServiceClient) UpdateAccessBindings

UpdateAccessBindings implements logging.SinkServiceClient

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL