Documentation ¶
Index ¶
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" HeaderConsumedUnits = "x-ydb-consumed-units" // incoming hints HintSessionClose = "session-close" )
View Source
const ( VersionMajor = "3" VersionMinor = "42" VersionPatch = "10" )
View Source
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
Variables ¶
This section is empty.
Functions ¶
func CallTrailerCallback ¶ added in v3.40.0
func WithTrailerCallback ¶ added in v3.40.0
func WithTrailerCallback(ctx context.Context, callback MetadataCallback) context.Context
Types ¶
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
func New ¶
func New( database string, credentials credentials.Credentials, trace trace.Driver, opts ...Option, ) Meta
type MetadataCallback ¶ added in v3.40.0
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.