Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserDomainInterface ¶
type UserDomainInterface interface { CreateUser() *rest_err.RestErr UpdateUser(string) *rest_err.RestErr FindUser(string) (*userDomain, *rest_err.RestErr) DeleteUser(string) *rest_err.RestErr }
func NewUserDomain ¶
func NewUserDomain( email, password, name string, age int8, ) UserDomainInterface
Click to show internal directories.
Click to hide internal directories.