linstrom/storage/remoteUser.go

7 lines
135 B
Go

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