github.com/ydb-platform/ydb-go-sdk/v3@v3.89.2/trace/tx_info.go (about) 1 package trace 2 3 type ( 4 txInfo interface { 5 ID() string 6 } 7 )