Versions in this module Expand all Collapse all v0 v0.0.1 May 1, 2024 Changes in this version + type ContactController struct + func NewContactController(persistentDbSvc *db.PersistentDatabaseService) *ContactController + func (controller *ContactController) Create() *cobra.Command + func (controller *ContactController) Delete() *cobra.Command + func (controller *ContactController) Read() *cobra.Command + func (controller *ContactController) Update() *cobra.Command