meta

package
v3.8.8 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// outgoing headers
	MetaDatabase    = "x-ydb-database"
	MetaTicket      = "x-ydb-auth-ticket"
	MetaVersion     = "x-ydb-sdk-build-info"
	MetaRequestType = "x-ydb-request-types"
	MetaTraceID     = "x-ydb-trace-id"
	MetaUserAgent   = "x-ydb-user-agent"

	// incomming headers
	MetaServerHints = "x-ydb-server-hints"

	// hints
	MetaSessionClose = "session-close"
)
View Source
const (
	Version = "ydb-go-sdk/3.8.8"
)

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