Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "worker", Short: "Netappsd worker: initialize filer exporter", Run: run, SilenceUsage: true, }
Functions ¶
This section is empty.
Types ¶
type NetappsdWorker ¶
type NetappsdWorker struct {
FilerClient *netapp.FilerClient
netbox.Filer
}
func (*NetappsdWorker) AddTo ¶
func (f *NetappsdWorker) AddTo(r *mux.Router)
func (*NetappsdWorker) Render ¶
func (f *NetappsdWorker) Render(templateFilePath, outputFilePath string) error
func (*NetappsdWorker) RequestFiler ¶
func (f *NetappsdWorker) RequestFiler(url string) error
Click to show internal directories.
Click to hide internal directories.