cmd

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2024 License: AGPL-3.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultLegacyStorage = map[string]string{
		kv.DriverTypeKey: kv.DriverLegacy.String(),
		"path":           filepath.Join(consts.DataDir, "data.kv"),
	}
	DefaultBoltStorage = map[string]string{
		kv.DriverTypeKey: kv.DriverBolt.String(),
		"path":           defaultBoltPath,
	}
)

Functions

func New added in v0.8.0

func New() *cobra.Command

func NewBackup added in v0.8.0

func NewBackup() *cobra.Command

func NewChat added in v0.8.0

func NewChat() *cobra.Command

func NewChatExport added in v0.8.0

func NewChatExport() *cobra.Command

func NewChatList added in v0.8.0

func NewChatList() *cobra.Command

func NewChatUsers added in v0.10.0

func NewChatUsers() *cobra.Command

func NewDownload added in v0.8.0

func NewDownload() *cobra.Command

func NewForward added in v0.13.0

func NewForward() *cobra.Command

func NewGen added in v0.12.0

func NewGen() *cobra.Command

func NewGenDoc added in v0.12.0

func NewGenDoc() *cobra.Command

func NewLogin added in v0.8.0

func NewLogin() *cobra.Command

func NewMigrate added in v0.14.0

func NewMigrate() *cobra.Command

func NewRecover added in v0.8.0

func NewRecover() *cobra.Command

func NewUpload added in v0.8.0

func NewUpload() *cobra.Command

func NewVersion added in v0.8.0

func NewVersion() *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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