Documentation ¶ Overview ¶ SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2024, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file except in compliance with the License. Index ¶ func NewCmd() *cobra.Command type StopOptions func (opts *StopOptions) Pre(cmd *cobra.Command, _ []string) error func (opts *StopOptions) Run(ctx context.Context, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmd ¶ func NewCmd() *cobra.Command Types ¶ type StopOptions ¶ type StopOptions struct { Composefile string } func (*StopOptions) Pre ¶ func (opts *StopOptions) Pre(cmd *cobra.Command, _ []string) error func (*StopOptions) Run ¶ func (opts *StopOptions) Run(ctx context.Context, args []string) error Source Files ¶ View all Source files stop.go Click to show internal directories. Click to hide internal directories.