Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallRepository ¶
type CallService ¶
type CallService struct {
Repo CallRepository
}
func NewCallService ¶
func NewCallService(dbType string) *CallService
type PhoneRepository ¶
type PhoneService ¶
type PhoneService struct {
Repo PhoneRepository
}
func NewPhoneService ¶
func NewPhoneService(dbType string) *PhoneService
Click to show internal directories.
Click to hide internal directories.