Versions in this module Expand all Collapse all v0 v0.1.1 Sep 12, 2022 Changes in this version + type Collection struct + FileName string + ShellCollection ShellCollection + func InitCollection() Collection + func (c *Collection) AddShell(ssh shell.SSH) + func (c *Collection) RetrieveOrCreateFile(path string) error + func (c Collection) DisplayShellAndOptions() + type ShellCollection struct + Shells map[string]map[string]string