Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactAllCall ¶
type ContactAllCall struct {
// contains filtered or unexported fields
}
func NewContactAllCall ¶
func NewContactAllCall(db *Storage) *ContactAllCall
func (*ContactAllCall) CallID ¶
func (c *ContactAllCall) CallID() string
func (*ContactAllCall) Handle ¶
func (c *ContactAllCall) Handle(data map[string]interface{}) (map[string]interface{}, error)
func (*ContactAllCall) Validate ¶
func (c *ContactAllCall) Validate(map[string]interface{}) error
type ContactCreateCall ¶
type ContactCreateCall struct {
// contains filtered or unexported fields
}
func NewContactCreateCall ¶
func NewContactCreateCall(s *Storage) *ContactCreateCall
func (*ContactCreateCall) CallID ¶
func (c *ContactCreateCall) CallID() string
func (*ContactCreateCall) Handle ¶
func (c *ContactCreateCall) Handle(data map[string]interface{}) (map[string]interface{}, error)
func (*ContactCreateCall) Validate ¶
func (c *ContactCreateCall) Validate(map[string]interface{}) error
Click to show internal directories.
Click to hide internal directories.