Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactController ¶
type ContactController struct {
// contains filtered or unexported fields
}
func NewContactController ¶
func NewContactController( persistentDbSvc *db.PersistentDatabaseService, ) *ContactController
func (*ContactController) Create ¶
func (controller *ContactController) Create() *cobra.Command
func (*ContactController) Delete ¶
func (controller *ContactController) Delete() *cobra.Command
func (*ContactController) Read ¶
func (controller *ContactController) Read() *cobra.Command
func (*ContactController) Update ¶
func (controller *ContactController) Update() *cobra.Command
Click to show internal directories.
Click to hide internal directories.