Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommand ¶
type AddCommand struct {
*base.BaseCommand
// contains filtered or unexported fields
}
AddCommand handles adding a new maintainerr service
func NewAddCommand ¶
func NewAddCommand(db *database.DB) *AddCommand
type ListCommand ¶
type ListCommand struct {
*base.BaseCommand
// contains filtered or unexported fields
}
ListCommand handles listing maintainerr services
func NewListCommand ¶
func NewListCommand(db *database.DB) *ListCommand
type RemoveCommand ¶
type RemoveCommand struct {
*base.BaseCommand
// contains filtered or unexported fields
}
RemoveCommand handles removing an maintainerr service
func NewRemoveCommand ¶
func NewRemoveCommand(db *database.DB) *RemoveCommand
Click to show internal directories.
Click to hide internal directories.