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
}
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)"`
}
Click to show internal directories.
Click to hide internal directories.