Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, 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.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, 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 ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Param ¶
type Param interface { // The canonical name of the parameter which is understood by Unikraft. Name() string // Set the value of the parameter. Set(string) // Get the value of the parameter. Value() string // String returns the fully qualified parameter ready to be accepted by // Unikraft. String() string // A method-chain mechanism for both setting and getting the Param with the // newly embedded value. WithValue(string) Param }
Click to show internal directories.
Click to hide internal directories.