Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatKernelParameters ¶
func FormatKernelParameters(kp KernelParameters) []string
Types ¶
type InvalidParameterError ¶
type InvalidParameterError struct {
Parameter string
}
func NewInvalidParameterError ¶
func NewInvalidParameterError(p string) *InvalidParameterError
func (*InvalidParameterError) Error ¶
func (i *InvalidParameterError) Error() string
type KernelParameters ¶
func MergeKernelParameters ¶
func MergeKernelParameters(kp1 KernelParameters, kp2 ...KernelParameters) KernelParameters
MergeKernelParameters merges multiple KernelParameter maps, with values from maps being overwritten in the order that they're passed into the function
func New ¶
func New(s []string) (KernelParameters, error)
Click to show internal directories.
Click to hide internal directories.