Documentation ¶ Index ¶ func RunCmd(command string) error type Manager func CreateManager(target, name string) (Manager, error) func (m *Manager) Add(content string) func (m *Manager) Check() func (m *Manager) GetList() []string func (m *Manager) Remove(n int) func (m *Manager) ShowAllChecklists() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunCmd ¶ added in v1.0.0 func RunCmd(command string) error Types ¶ type Manager ¶ type Manager struct { Data data.Checklists Name string Args []string } func CreateManager ¶ func CreateManager(target, name string) (Manager, error) func (*Manager) Add ¶ func (m *Manager) Add(content string) func (*Manager) Check ¶ func (m *Manager) Check() func (*Manager) GetList ¶ func (m *Manager) GetList() []string func (*Manager) Remove ¶ func (m *Manager) Remove(n int) func (*Manager) ShowAllChecklists ¶ added in v1.2.0 func (m *Manager) ShowAllChecklists() Source Files ¶ View all Source files manager.gorunner.go Click to show internal directories. Click to hide internal directories.