linstrom/storage/remoteUser.go

6 lines
107 B
Go
Raw Normal View History

2024-08-28 15:20:38 +00:00
package storage
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
return nil, nil
}