cmd

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2026 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Types

type ExportAccount

type ExportAccount struct {
	Name  string `json:"name"`
	KeyID string `json:"key_id"`
}

type ExportData

type ExportData struct {
	Accounts []ExportAccount `json:"accounts"`
}

type ImportAccount

type ImportAccount struct {
	Name   string `json:"name"`
	APIKey string `json:"api_key"`
}

type ImportData

type ImportData struct {
	Accounts []ImportAccount `json:"accounts"`
}

Jump to

Keyboard shortcuts

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