controller

package
v0.0.0-...-70fc12f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2020 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewContactController

func NewContactController(log *logrus.Logger, cs ContactService) *contactController

NewContactController instance

Types

type ContactService

type ContactService interface {
	AddOrUpdateContact(contact *entities.Contact) (string, error)
	GetOneContact(key, value string) (*entities.Contact, error)
}

ContactService interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL