package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ApiVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
MetaData MetaData `yaml:"metadata"`
Spec Spec `yaml:"spec"`
}
type Drive struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
}
type MetaData struct {
Name string `yaml:"name"`
}
type Spec struct {
Drive Drive `yaml:"drive"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.