6 lines
107 B
Go
6 lines
107 B
Go
|
package storage
|
||
|
|
||
|
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
|
||
|
return nil, nil
|
||
|
}
|