type github.com/gotd/td/session.Data
12 uses
github.com/gotd/td/session (current package)
session.go#L89: type Data struct {
session.go#L118: Data Data
session.go#L124: func (l *Loader) Load(ctx context.Context) (*Data, error) {
session.go#L145: func (l *Loader) Save(ctx context.Context, data *Data) error {
tdesktop.go#L54: func TDesktopSession(account tdesktop.Account) (*Data, error) {
tdesktop.go#L81: return &Data{
telethon.go#L23: func TelethonSession(hx string) (*Data, error) {
telethon.go#L43: func decodeStringSession(data []byte) (*Data, error) {
telethon.go#L81: return &Data{
github.com/gotd/td/telegram
client.go#L44: Load(ctx context.Context) (*session.Data, error)
client.go#L45: Save(ctx context.Context, data *session.Data) error
session.go#L72: data = &session.Data{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |