package
0.0.0-20250123052154-7ce46f9ccef6
Repository: https://github.com/m0hammadusman/letschat.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Get returns singleton instance of a Client.
Init initializes Storage Dirs, keyringManager to support access token storage at OS level, also opens a connection to sqlite DB, runs idempotent migrations, starts a goroutine to listen for user login, a goroutine to connect to Ws and listen for recvMsgs to get instance to a client use Get.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrApplication code is 0.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
LoginState true -> successful login, false -> unauthorized requires login.
WsConnState will be switch cased by tui.TabContainerModel, so making it unique.