Documentation
¶
Index ¶
- Variables
- func CreateTargetDtoFlow(ctx context.Context, params TargetCreationParams) (*apiclient.CreateTargetDTO, error)
- func StartTarget(apiClient *apiclient.APIClient, target apiclient.TargetDTO, restart bool) error
- func StopTarget(apiClient *apiclient.APIClient, target apiclient.TargetDTO) error
- type TargetCreationParams
Constants ¶
This section is empty.
Variables ¶
View Source
var TargetCmd = &cobra.Command{ Use: "target", Args: cobra.NoArgs, Short: "Manage targets", GroupID: util.TARGET_GROUP, Aliases: []string{"targets", "tg"}, }
Functions ¶
func CreateTargetDtoFlow ¶ added in v0.52.0
func CreateTargetDtoFlow(ctx context.Context, params TargetCreationParams) (*apiclient.CreateTargetDTO, error)
func StartTarget ¶ added in v0.52.0
Types ¶
type TargetCreationParams ¶ added in v0.52.0
Click to show internal directories.
Click to hide internal directories.