Documentation
¶
Index ¶
- func CreateNewContactLists(context interfaces.ContextWithSession) error
- func DeleteContactListById(context interfaces.ContextWithSession) error
- func GetContactListById(context interfaces.ContextWithSession) error
- func GetContactLists(context interfaces.ContextWithSession) error
- func UpdateContactListById(context interfaces.ContextWithSession) error
- type ContactListService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewContactLists ¶
func CreateNewContactLists(context interfaces.ContextWithSession) error
func DeleteContactListById ¶
func DeleteContactListById(context interfaces.ContextWithSession) error
func GetContactListById ¶
func GetContactListById(context interfaces.ContextWithSession) error
func GetContactLists ¶
func GetContactLists(context interfaces.ContextWithSession) error
func UpdateContactListById ¶
func UpdateContactListById(context interfaces.ContextWithSession) error
Types ¶
type ContactListService ¶
type ContactListService struct {
services.BaseService `json:"-,inline"`
}
func NewContactListService ¶
func NewContactListService() *ContactListService
Click to show internal directories.
Click to hide internal directories.