Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/divan/txqr
/ types & classes
Types & classes
24 in github.com/divan/txqr
⨍
Functions
241
◇
Types & classes
24
Struct
App
App is a top-level app component.
cmd/txqr-tester/app/app.go:16
Struct
Connector
Connector represents a connection to the txqr-tester app via websockets.
cmd/txqr-tester/mobile/txqr.go:14
Struct
Decoder
Decoder represents protocol decode.
decode.go:12
Struct
Decoder
Decoder implements txqr wrapper around protocol decoder.
mobile/decode.go:12
Struct
Encoder
Encoder represents protocol encoder.
encode.go:11
TypeAlias
Levels
Levels is a handy wrapper type to work with a slice of RecoveryLevels.
cmd/txqr-tester/app/session.go:140
TypeAlias
MsgType
cmd/txqr-tester/ws/ui.go:18
Struct
PageInfo
cmd/txqr-tester/web.go:14
TypeAlias
RecoveryLevel
RecoveryLevel represents QR encoding error detection/recovery capacity.
qr/qr.go:13
Struct
Result
Result represents test result from client.
cmd/txqr-tester/app/result.go:6
Struct
ResultsTable
ResultsTable is a widget for configuring testing session results.
cmd/txqr-tester/app/results_table.go:11
Struct
Session
Session represents a single test session.
cmd/txqr-tester/app/session.go:19
Struct
SessionConfig
SessionConfig holds configuration values for initiating the session.
cmd/txqr-tester/app/session.go:116
TypeAlias
SessionState
SessionState defines test session state.
cmd/txqr-tester/app/session.go:6
Struct
Settings
Settings is a widget for configuring testing session settings.
cmd/txqr-tester/app/settings.go:15
TypeAlias
UICommand
UICommand defines client commands.
cmd/txqr-tester/ws/ui.go:17
Struct
UIRequest
UIRequest is a WebSocket UI request definition.
cmd/txqr-tester/ws/ui.go:10
Struct
UIResponse
UIResponse is a WebSocket UI response definition.
cmd/txqr-tester/ws/ui.go:5
Struct
WSBridge
WSBridge implements WebSocket bridge for connecting two clients directly to each other.
cmd/txqr-tester/ws.go:12
Struct
WSClient
WSClient implements WebSocket client that will talk to backend.
cmd/txqr-tester/app/ws.go:14
Struct
asset
cmd/txqr-tester/bindata_assetfs.go:45
Struct
bindataFileInfo
cmd/txqr-tester/bindata_assetfs.go:50
Struct
bintree
cmd/txqr-tester/bindata_assetfs.go:270
Struct
testSetup
testSetup represents setup parameters for the single test round.
cmd/txqr-tester/app/session.go:101