Documentation
¶
Index ¶
- type Onboarding
- type ResetToken
- type Signup
- func (e *Signup) Recover(ctx context.Context, req *signup.RecoverRequest, rsp *signup.RecoverResponse) error
- func (e *Signup) ResetPassword(ctx context.Context, req *signup.ResetPasswordRequest, ...) error
- func (e *Signup) Track(ctx context.Context, req *signup.TrackRequest, rsp *signup.TrackResponse) error
- func (e *Signup) User(ctx context.Context, req *signup.UserRequest, rsp *signup.UserResponse) error
- func (e *Signup) Verify(ctx context.Context, req *signup.VerifyRequest, rsp *signup.VerifyResponse) error
- func (s *Signup) Waitlist(ctx context.Context, req *signup.WaitlistRequest, rsp *signup.WaitlistResponse) error
- type Waitlist
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 Signup ¶
type Signup struct {
// contains filtered or unexported fields
}
func (*Signup) Recover ¶
func (e *Signup) Recover(ctx context.Context, req *signup.RecoverRequest, rsp *signup.RecoverResponse) error
func (*Signup) ResetPassword ¶
func (e *Signup) ResetPassword(ctx context.Context, req *signup.ResetPasswordRequest, rsp *signup.ResetPasswordResponse) error
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 ¶
func (s *Signup) Waitlist(ctx context.Context, req *signup.WaitlistRequest, rsp *signup.WaitlistResponse) error
Click to show internal directories.
Click to hide internal directories.