Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICommunicationMethodLabelRepository ¶
type ICommunicationMethodLabelRepository interface { DoRead(context.Context, string, string, string) (*communicationmethodlabelmodel.CommunicationMethodLabel, messagemodel.IMessage) DoReadAll(context.Context, string, string) ([]*communicationmethodlabelmodel.CommunicationMethodLabel, messagemodel.IMessage) DoInsert(context.Context, *communicationmethodlabelmodel.CommunicationMethodLabel) messagemodel.IMessage DoUpdate(context.Context, *communicationmethodlabelmodel.CommunicationMethodLabel) messagemodel.IMessage DoDelete(context.Context, string, string, string) messagemodel.IMessage DoDeleteAll(context.Context, string, string) messagemodel.IMessage }
ICommunicationMethodLabelRepository - Communication Method Label repository interface
func NewCommunicationMethodLabelRepository ¶
func NewCommunicationMethodLabelRepository(db *sql.DB) ICommunicationMethodLabelRepository
NewCommunicationMethodLabelRepository - Communication Method Label repository implementation
Directories ¶
Path | Synopsis |
---|---|
Package mock_communicationmethodlabel is a generated GoMock package.
|
Package mock_communicationmethodlabel is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.