Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cat ¶
type Cat struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStoreLocal
Utility script_value.Utility
PrefixSha bool
}
func (Cat) Complete ¶
func (*Cat) SetFlagDefinitions ¶
func (cmd *Cat) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
type CatIds ¶
type CatIds struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
}
func (CatIds) Complete ¶
type Complete ¶
type Complete struct {
// contains filtered or unexported fields
}
func (Complete) GetDescription ¶
func (cmd Complete) GetDescription() command.Description
func (*Complete) SetFlagDefinitions ¶
func (cmd *Complete) SetFlagDefinitions( flagDefinitions interfaces.CLIFlagDefinitions, )
type Fsck ¶
type Fsck struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
}
type InfoRepo ¶
type InfoRepo struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
}
type Init ¶
type Init struct {
command_components_madder.EnvBlobStore
command_components_madder.Init
// contains filtered or unexported fields
}
func (*Init) SetFlagDefinitions ¶
func (cmd *Init) SetFlagDefinitions( flagDefinitions interfaces.CLIFlagDefinitions, )
type InitFrom ¶
type InitFrom struct {
command_components_madder.EnvBlobStore
command_components_madder.Init
}
func (InitFrom) Complete ¶
func (*InitFrom) SetFlagDefinitions ¶
func (cmd *InitFrom) SetFlagDefinitions( flagDefinitions interfaces.CLIFlagDefinitions, )
type List ¶
type List struct {
command_components_madder.EnvBlobStore
}
func (*List) SetFlagDefinitions ¶
func (cmd *List) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
type Pack ¶
type Pack struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
DeleteLoose bool
MaxPackSize ui.HumanReadableBytes
SkipMissingBlobs bool
Delta bool
}
func (Pack) Complete ¶
func (*Pack) SetFlagDefinitions ¶
func (cmd *Pack) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
type PackBlobs ¶
type PackBlobs struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStoreLocal
DeleteLoose bool
MaxPackSize ui.HumanReadableBytes
Delta bool
}
func (PackBlobs) Complete ¶
func (*PackBlobs) SetFlagDefinitions ¶
func (cmd *PackBlobs) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
type PackCatIds ¶
type PackCatIds struct {
command_components_madder.EnvBlobStore
}
func (PackCatIds) Run ¶
func (cmd PackCatIds) Run(req command.Request)
type PackList ¶
type PackList struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
}
func (PackList) Complete ¶
type Read ¶
type Read struct {
command_components_madder.EnvBlobStore
}
type Sync ¶
type Sync struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStore
AllowRehashing bool
Limit int
}
func (*Sync) SetFlagDefinitions ¶
func (cmd *Sync) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
type Write ¶
type Write struct {
command_components_madder.EnvBlobStore
command_components_madder.BlobStoreLocal
Check bool
UtilityBefore script_value.Utility
UtilityAfter script_value.Utility
}
func (Write) Complete ¶
func (*Write) SetFlagDefinitions ¶
func (cmd *Write) SetFlagDefinitions( flagSet interfaces.CLIFlagDefinitions, )
Source Files
¶
- cat.go
- cat_ids.go
- complete.go
- fsck.go
- info_repo.go
- init.go
- init_from.go
- list.go
- main.go
- mcp.go
- pack.go
- pack_blobs.go
- pack_cat_ids.go
- pack_list.go
- read.go
- sync.go
- write.go
Click to show internal directories.
Click to hide internal directories.