type contrib.go.opencensus.io/integrations/ocsql.TraceOptions

28 uses

	contrib.go.opencensus.io/integrations/ocsql (current package)
		driver.go#L91: 	o := TraceOptions{}
		driver.go#L112: 	o := TraceOptions{}
		driver.go#L122: 	options TraceOptions
		driver.go#L439: 	options TraceOptions
		driver.go#L478: 	options TraceOptions
		driver.go#L658: 	options TraceOptions
		driver.go#L774: func wrapRows(ctx context.Context, parent driver.Rows, options TraceOptions) driver.Rows {
		driver.go#L799: 	options TraceOptions
		driver_go1.10.go#L22: 	opts := TraceOptions{}
		driver_go1.10.go#L38: 	options   TraceOptions
		driver_go1.10.go#L41: func wrapDriver(d driver.Driver, o TraceOptions) driver.Driver {
		driver_go1.10.go#L48: func wrapConn(parent driver.Conn, options TraceOptions) driver.Conn {
		driver_go1.10.go#L77: func wrapStmt(stmt driver.Stmt, query string, options TraceOptions) driver.Stmt {
		options.go#L8: type TraceOption func(o *TraceOptions)
		options.go#L14: type TraceOptions struct {
		options.go#L57: 	return func(o *TraceOptions) {
		options.go#L63: var AllTraceOptions = TraceOptions{
		options.go#L76: func WithOptions(options TraceOptions) TraceOption {
		options.go#L77: 	return func(o *TraceOptions) {
		options.go#L90: 	return func(o *TraceOptions) {
		options.go#L97: 	return func(o *TraceOptions) {
		options.go#L105: 	return func(o *TraceOptions) {
		options.go#L113: 	return func(o *TraceOptions) {
		options.go#L121: 	return func(o *TraceOptions) {
		options.go#L129: 	return func(o *TraceOptions) {
		options.go#L138: 	return func(o *TraceOptions) {
		options.go#L148: 	return func(o *TraceOptions) {
		options.go#L155: 	return func(o *TraceOptions) {