package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var UsersCmd = &cobra.Command{
Use: "users",
Short: "Manage users",
Long: `List, create, update, and delete users.`,
}
UsersCmd manages users
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.