newUser

package
v0.0.0-...-e5a9a76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	ManagerSource manager.Source
	UserSource    user.Source
	Factory       user.Factory
}

func (Command) Execute

func (c Command) Execute(r Request) (err error)

type DuplicatedIdError

type DuplicatedIdError struct {
	OriginalError error
}

func (DuplicatedIdError) Error

func (DuplicatedIdError) Error() string

type MalformedUserIdError

type MalformedUserIdError struct{}

func (MalformedUserIdError) Error

func (MalformedUserIdError) Error() string

type ManagerDoesNotExistError

type ManagerDoesNotExistError struct {
	OriginalError error
}

func (ManagerDoesNotExistError) Error

type Request

type Request struct {
	ManagerId string
	UserId    string
	Passkey   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL