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