Documentation
¶
Index ¶
- func NewAttachCommandWithOptions(opts *options.AttachOptions) *cobra.Command
- func NewBenchCommandWithOptions(opts *options.BenchOptions) *cobra.Command
- func NewExecCommandWithOptions(opts *options.ExecOptions) *cobra.Command
- func NewExecRemoteCommandWithOptions(opts *options.ExecRemoteOptions) *cobra.Command
- func NewReceiveFileCommandWithOptions(opts *options.ReceiveFileOptions) *cobra.Command
- func NewScafCommand() *cobra.Command
- func NewScafCommandWithOptions(opts *options.Options) *cobra.Command
- func NewSendFileCommandWithOptions(opts *options.SendFileOptions) *cobra.Command
- func NewServeCommandWithOptions(opts *options.ServeOptions) *cobra.Command
- func NewStreamCommandWithOptions(opts *options.StreamOptions) *cobra.Command
- func NewStreamDeleteCommandWithOptions(opts *options.StreamDeleteOptions) *cobra.Command
- func NewStreamGetCommandWithOptions(opts *options.StreamGetOptions) *cobra.Command
- func NewStreamListCommandWithOptions(opts *options.StreamListOptions) *cobra.Command
- func NewVersionCommandWithOptions(opts *options.VersionOptions) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAttachCommandWithOptions ¶
func NewAttachCommandWithOptions(opts *options.AttachOptions) *cobra.Command
NewAttachCommandWithOptions 基于选项创建 attach 子命令
func NewBenchCommandWithOptions ¶
func NewBenchCommandWithOptions(opts *options.BenchOptions) *cobra.Command
NewBenchCommandWithOptions 创建基于选项的 bench 子命令
func NewExecCommandWithOptions ¶
func NewExecCommandWithOptions(opts *options.ExecOptions) *cobra.Command
NewExecCommandWithOptions 基于选项创建 exec 子命令
func NewExecRemoteCommandWithOptions ¶
func NewExecRemoteCommandWithOptions(opts *options.ExecRemoteOptions) *cobra.Command
NewExecRemoteCommandWithOptions 基于选项创建 exec-remote 子命令
func NewReceiveFileCommandWithOptions ¶
func NewReceiveFileCommandWithOptions(opts *options.ReceiveFileOptions) *cobra.Command
NewReceiveFileCommandWithOptions 基于选项创建 receive-file 子命令
func NewScafCommandWithOptions ¶
NewScafCommandWithOptions 创建基于选项的 scaf 命令
func NewSendFileCommandWithOptions ¶
func NewSendFileCommandWithOptions(opts *options.SendFileOptions) *cobra.Command
NewSendFileCommandWithOptions 基于选项创建 send-file 子命令
func NewServeCommandWithOptions ¶
func NewServeCommandWithOptions(opts *options.ServeOptions) *cobra.Command
NewServeCommandWithOptions 创建基于选项的 serve 子命令
func NewStreamCommandWithOptions ¶
func NewStreamCommandWithOptions(opts *options.StreamOptions) *cobra.Command
NewStreamCommandWithOptions 创建基于选项的 stream 子命令
func NewStreamDeleteCommandWithOptions ¶
func NewStreamDeleteCommandWithOptions(opts *options.StreamDeleteOptions) *cobra.Command
NewStreamDeleteCommandWithOptions 创建基于选项的 stream delete子命令
func NewStreamGetCommandWithOptions ¶
func NewStreamGetCommandWithOptions(opts *options.StreamGetOptions) *cobra.Command
NewStreamGetCommandWithOptions 创建基于选项的 stream get 子命令
func NewStreamListCommandWithOptions ¶
func NewStreamListCommandWithOptions(opts *options.StreamListOptions) *cobra.Command
NewStreamListCommandWithOptions 创建基于选项的 stream list 子命令
func NewVersionCommandWithOptions ¶
func NewVersionCommandWithOptions(opts *options.VersionOptions) *cobra.Command
NewVersionCommandWithOptions 基于选项创建 version 子命令
Types ¶
This section is empty.