Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IContactCommunicationMethodService ¶
type IContactCommunicationMethodService interface { DoRead(context.Context, string, int64, int64) (*contactcommunicationmethodmodel.ContactCommunicationMethod, messagemodel.IMessage) DoReadAll(context.Context, string, int64) ([]*contactcommunicationmethodmodel.ContactCommunicationMethod, messagemodel.IMessage) DoSave(context.Context, *contactcommunicationmethodmodel.ContactCommunicationMethod) messagemodel.IMessage DoDelete(context.Context, string, int64, int64) messagemodel.IMessage }
IContactCommunicationMethodService - Contact Communication Method service interface
func NewContactCommunicationMethodService ¶
func NewContactCommunicationMethodService(db *sql.DB) IContactCommunicationMethodService
NewContactCommunicationMethodService - Contact Communication Method service implementation
Directories ¶
Path | Synopsis |
---|---|
Package mock_contactcommunicationmethod is a generated GoMock package.
|
Package mock_contactcommunicationmethod is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.