Documentation ¶
Index ¶
- type Case
- type DB
- func (a *DB) ConnectDB() error
- func (a *DB) DBClose()
- func (a *DB) GetCases(dialerParams DialerParams) map[int]map[string]interface{}
- func (a *DB) GetCountCases(projectid string) int
- func (a *DB) GetDeferredCases(dialerParams DialerParams) map[int]map[string]interface{}
- func (a *DB) GetProjectParams(projectid string) DialerParams
- func (a *DB) InsertDialCase(dialCase map[string]interface{})
- func (a *DB) MarkCaseAsUsed(project_id string, limit int)
- func (a *DB) SetDeferredDone(id int)
- func (a *DB) SetDialCount(id int)
- func (a *DB) SetStatusCall(id int, status string)
- func (a *DB) SetTimeEndCall(id int)
- func (a *DB) SortCases(sort string) string
- type DeferredCases
- type DialerParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (*DB) GetCases ¶
func (a *DB) GetCases(dialerParams DialerParams) map[int]map[string]interface{}
func (*DB) GetCountCases ¶
func (*DB) GetDeferredCases ¶
func (a *DB) GetDeferredCases(dialerParams DialerParams) map[int]map[string]interface{}
func (*DB) GetProjectParams ¶
func (a *DB) GetProjectParams(projectid string) DialerParams
func (*DB) InsertDialCase ¶
func (*DB) MarkCaseAsUsed ¶
func (*DB) SetDeferredDone ¶
func (*DB) SetDialCount ¶
func (*DB) SetStatusCall ¶
func (*DB) SetTimeEndCall ¶
type DeferredCases ¶
Click to show internal directories.
Click to hide internal directories.