handler

package
v0.0.0-...-fb1a1ec Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Onboarding

type Onboarding struct {
	// contains filtered or unexported fields
}

func NewOnboarding

func NewOnboarding(svc *service.Service) *Onboarding

type ResetToken

type ResetToken struct {
	Created int64
	ID      string
	Token   string
}

type Signup

type Signup struct {
	// contains filtered or unexported fields
}

func NewSignup

func NewSignup(srv *service.Service, auth auth.Auth) *Signup

func (*Signup) Recover

func (e *Signup) Recover(ctx context.Context, req *signup.RecoverRequest, rsp *signup.RecoverResponse) error

func (*Signup) ResetPassword

func (*Signup) Track

func (e *Signup) Track(ctx context.Context,
	req *signup.TrackRequest,
	rsp *signup.TrackResponse) error

func (*Signup) User

func (e *Signup) User(ctx context.Context, req *signup.UserRequest, rsp *signup.UserResponse) error

User is the first step in the signup flow.User A stripe customer and a verification token will be created and an email sent.

func (*Signup) Verify

func (e *Signup) Verify(ctx context.Context, req *signup.VerifyRequest, rsp *signup.VerifyResponse) error

func (*Signup) Waitlist

type Waitlist

type Waitlist struct {
	Created int64
	Email   string
}

Jump to

Keyboard shortcuts

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