Documentation
¶
Overview ¶
*
- Copyright (C) 2024-2025 Jochem-W
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCache = &UserCache{data: map[string]*User{}}
Functions ¶
This section is empty.
Types ¶
type UserCache ¶
type UserCache struct {
// contains filtered or unexported fields
}
func (*UserCache) UpdateIdentity ¶
func (u *UserCache) UpdateIdentity(did string, evt *atproto.SyncSubscribeRepos_Identity) error
Click to show internal directories.
Click to hide internal directories.