user

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetCmd

type GetCmd struct {
	Name string `arg:"name" name:"name" required:"" help:"property name"`
}

func (*GetCmd) Run

func (cmd *GetCmd) Run(c *cc.CommonCtx) error

type Info

type Info struct {
	Sub           string `json:"sub"`
	NickName      string `json:"nickname"`
	Name          string `json:"name"`
	Picture       string `json:"picture"`
	UpdatedAt     string `json:"updated_at"`
	Email         string `json:"email"`
	EmailVerified bool   `json:"email_verified"`
}

type InfoCmd

type InfoCmd struct {
}

func (*InfoCmd) Run

func (cmd *InfoCmd) Run(c *cc.CommonCtx) error

type LoginCmd

type LoginCmd struct {
}

func (*LoginCmd) Run

func (d *LoginCmd) Run(c *cc.CommonCtx) error

type LogoutCmd

type LogoutCmd struct {
}

func (*LogoutCmd) Run

func (cmd *LogoutCmd) Run(c *cc.CommonCtx) error

Jump to

Keyboard shortcuts

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