cmd

package
v0.0.0-...-d330f60 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2026 License: GPL-3.0 Imports: 32 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use: "1panel",
	RunE: func(cmd *cobra.Command, args []string) error {
		server.Start()
		return nil
	},
}

Functions

This section is empty.

Types

type LoginLog

type LoginLog struct{}

type Node

type Node struct {
	Name          string `gorm:"column:name"`
	Addr          string `gorm:"column:addr"`
	IsAutoUpgrade bool   `gorm:"column:is_auto_upgrade"`
	Status        string `gorm:"column:status"`
}

type User

type User struct {
	Name         string
	MFAStatus    string
	IsSuperAdmin bool
	CreatedAt    time.Time
}

Jump to

Keyboard shortcuts

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