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 ContactListController
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 ContactListController ¶
type ContactListController struct {
controller.BaseController `json:"-,inline"`
}
func NewContactListController ¶
func NewContactListController() *ContactListController
Click to show internal directories.
Click to hide internal directories.