users

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UsersCmd = &cobra.Command{
	Use:   "users",
	Short: "Manage users",
	Long:  `List, create, update, and delete users.`,
}

UsersCmd manages users

Functions

This section is empty.

Types

type UserInfo

type UserInfo struct {
	ID            string `json:"$id"`
	Name          string `json:"name"`
	Email         string `json:"email"`
	Phone         string `json:"phone,omitempty"`
	Status        bool   `json:"status"`
	EmailVerified bool   `json:"emailVerification"`
	CreatedAt     string `json:"$createdAt,omitempty"`
}

Jump to

Keyboard shortcuts

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