Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientCommands ¶
type ClientCommands struct {
ObjectClientCommands
VolumeClientCommands
MetadataClientCommands
}
type MetadataClientCommands ¶ added in v0.2.3
type MetadataClientCommands struct {
Metadata MetadataCmd `cmd:"" name:"metadata" help:"Extract metadata for a file using the server endpoint." group:"METADATA"`
}
type MetadataCmd ¶ added in v0.2.3
type MetadataCmd struct {
Path string `arg:"" name:"path" type:"file" help:"Path to the local file."`
}
type ObjectClientCommands ¶ added in v0.2.0
type ObjectClientCommands struct {
ObjectList ObjectListCmd `cmd:"" name:"objects" help:"List server objects." group:"OBJECT"`
}
type ObjectListCmd ¶ added in v0.2.0
type ObjectListCmd struct {
schema.ObjectListRequest
}
type RunServer ¶ added in v0.2.0
type RunServer struct {
pgcmd.PostgresFlags
servercmd.RunServer
Indexer bool `long:"indexer" help:"Run this instance as an indexer of content" default:"false" negatable:""`
}
type ServerCommands ¶
type ServerCommands struct {
RunServer RunServer `cmd:"" name:"run" help:"Run the filer server." group:"SERVER"`
servercmd.OpenAPICommands
}
type VolumeClientCommands ¶ added in v0.2.0
type VolumeClientCommands struct {
VolumeCreate VolumeCreateCmd `cmd:"" name:"volume-create" help:"Create a new volume." group:"VOLUME"`
}
type VolumeCreateCmd ¶ added in v0.2.0
type VolumeCreateCmd struct {
schema.VolumeCreate
}
Click to show internal directories.
Click to hide internal directories.