account

package
v0.9.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Root = kit.NewRouter(httptransport.Group("/account"))

Functions

This section is empty.

Types

type CreateAccount

type CreateAccount struct {
	httpx.MethodPost
	account.CreateAccountByUsernameReq `in:"body"`
}

func (*CreateAccount) Output

func (r *CreateAccount) Output(ctx context.Context) (interface{}, error)

type UpdatePasswordByAccountID

type UpdatePasswordByAccountID struct {
	httpx.MethodPut
	AccountID                 types.SFID `in:"path" name:"accountID"`
	account.UpdatePasswordReq `in:"body"`
}

func (*UpdatePasswordByAccountID) Output

func (r *UpdatePasswordByAccountID) Output(ctx context.Context) (interface{}, error)

func (*UpdatePasswordByAccountID) Path

Jump to

Keyboard shortcuts

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