Documentation ¶
Index ¶
- Constants
- func NewListCommand() *cobra.Command
- type ListCommand
- func (lCmd *ListCommand) AddFlags()
- func (lCmd *ListCommand) Init(cmd *cobra.Command, args []string) error
- func (lCmd *ListCommand) Print(cmd *cobra.Command, args []string) error
- func (lCmd *ListCommand) ResultPlainOutput() error
- func (lCmd *ListCommand) RunCommand(cmd *cobra.Command, args []string) error
Constants ¶
View Source
const (
CURVEFS_WARMUP_OP_XATTR = "curvefs.warmup.op.list"
)
Variables ¶
This section is empty.
Functions ¶
func NewListCommand ¶
Types ¶
type ListCommand ¶
type ListCommand struct { basecmd.FinalCurveCmd MountpointInfo *mountinfo.MountInfo // contains filtered or unexported fields }
func NewListWarmupCommand ¶
func NewListWarmupCommand() *ListCommand
func (*ListCommand) AddFlags ¶
func (lCmd *ListCommand) AddFlags()
func (*ListCommand) ResultPlainOutput ¶
func (lCmd *ListCommand) ResultPlainOutput() error
func (*ListCommand) RunCommand ¶
func (lCmd *ListCommand) RunCommand(cmd *cobra.Command, args []string) error
Click to show internal directories.
Click to hide internal directories.