meta

package
v3.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version = "ydb-go-sdk/3.7.1"
)

Variables

This section is empty.

Functions

func WithTraceID

func WithTraceID(ctx context.Context, traceID string) context.Context

WithTraceID returns a copy of parent deadline with traceID

func WithUserAgent

func WithUserAgent(ctx context.Context, userAgent string) context.Context

WithUserAgent returns a copy of parent deadline with custom user-agent info

Types

type Meta

type Meta interface {
	Meta(ctx context.Context) (context.Context, error)

	WithDatabase(database string) Meta
	WithCredentials(creds credentials.Credentials) Meta
	WithUserAgent(userAgent string) Meta
}

func New

func New(
	database string,
	credentials credentials.Credentials,
	trace trace.Driver,
	requestsType string,
	userAgent string,
) Meta

Jump to

Keyboard shortcuts

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