Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Status int `json:"status"` Message string `json:"message"` Code string `json:"Message"` }
func Signup ¶
func Signup(ctx context.ServiceContext, options *SignupOptions) *Error
type SignupOptions ¶
type SignupOptions struct { Email string `json:"email"` Password string `json:"password"` Options interface{} `json:"options"` }
func (*SignupOptions) Marshal ¶
func (o *SignupOptions) Marshal() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.