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