nhost

package
v1.1.15 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

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 New

func New(data []byte) *Error

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)

Jump to

Keyboard shortcuts

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