linstrom/storage/remoteUser.go

8 lines
135 B
Go
Raw Normal View History

2024-08-28 15:20:38 +00:00
package storage
2024-09-13 13:02:32 +00:00
// TODO: More helper stuff
2024-08-28 15:20:38 +00:00
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
return nil, nil
}