satellitedb

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2025 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiKey

type ApiKey struct {
	db.WithDatabase
	WithSecret bool
}

func (*ApiKey) Run

func (s *ApiKey) Run() error

type ListProjects

type ListProjects struct {
	db.WithDatabase
	ProjectID     uuid.UUID `arg:""`
	Bucket        string    `arg:""`
	EncryptedPath string    `arg:""`
}

func (*ListProjects) Run

func (s *ListProjects) Run() error

type SatelliteDB

type SatelliteDB struct {
	ListProjects ListProjects `cmd:"" help:"List projects."`
	ApiKey       ApiKey       `cmd:"" help:"Print details of current api key (including project id)"`
}

Jump to

Keyboard shortcuts

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