linstrom/storage/remoteUser.go
2024-08-28 17:20:38 +02:00

5 lines
107 B
Go

package storage
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
return nil, nil
}