package session import ( "github.com/bluesky-social/indigo/atproto/client" "tangled.org/core/appview/oauth" ) type Session struct { User *oauth.MultiAccountUser // TODO: move MultiAccountUser def to here AtpClient *client.APIClient }