7 lines
135 B
Go
7 lines
135 B
Go
package storage
|
|
|
|
// TODO: More helper stuff
|
|
|
|
func (s *Storage) NewRemoteUser(fullHandle string) (*Account, error) {
|
|
return nil, nil
|
|
}
|