package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Aug 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClientInfo struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
Https bool `yaml:"https"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type SynoInfo struct {
Clients []ClientInfo `yaml:"clients"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.