Documentation ¶
Index ¶
- Constants
- func WithAllowFeatures(ctx context.Context, features ...string) context.Context
- func WithRequestType(ctx context.Context, requestType string) context.Context
- func WithTraceID(ctx context.Context, traceID string) context.Context
- func WithUserAgent(ctx context.Context, userAgent string) context.Context
- type Meta
- type Option
Constants ¶
View Source
const ( // outgoing headers HeaderDatabase = "x-ydb-database" HeaderTicket = "x-ydb-auth-ticket" HeaderVersion = "x-ydb-sdk-build-info" HeaderRequestType = "x-ydb-request-type" HeaderTraceID = "x-ydb-trace-id" HeaderUserAgent = "x-ydb-user-agent" HeaderClientCapabilities = "x-ydb-client-capabilities" // outgoing hints HintSessionBalancer = "session-balancer" // incomming headers HeaderServerHints = "x-ydb-server-hints" // incoming hints HintSessionClose = "session-close" )
View Source
const ( VersionMajor = "3" VersionMinor = "38" VersionPatch = "5" )
View Source
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
Variables ¶
This section is empty.
Functions ¶
func WithAllowFeatures ¶ added in v3.29.2
WithAllowFeatures returns a copy of parent context with allowed client feature
func WithRequestType ¶ added in v3.13.0
WithRequestType returns a copy of parent context with custom request type
func WithTraceID ¶
WithTraceID returns a copy of parent context with traceID
Types ¶
type Meta ¶
func New ¶
func New( database string, credentials credentials.Credentials, trace trace.Driver, opts ...Option, ) Meta
type Option ¶ added in v3.29.2
type Option func(m *meta)
func AllowOption ¶ added in v3.29.2
func ForbidOption ¶ added in v3.29.2
func WithRequestTypeOption ¶ added in v3.29.2
func WithUserAgentOption ¶ added in v3.29.2
Click to show internal directories.
Click to hide internal directories.