Documentation ¶
Index ¶
- type FScsvCDR
- func (self *FScsvCDR) GetAccId() string
- func (self *FScsvCDR) GetAccount() string
- func (self *FScsvCDR) GetAnswerTime() (time.Time, error)
- func (self *FScsvCDR) GetCdrHost() string
- func (self *FScsvCDR) GetCgrId() string
- func (self *FScsvCDR) GetDestination() string
- func (self *FScsvCDR) GetDirection() string
- func (self *FScsvCDR) GetDuration() int64
- func (self *FScsvCDR) GetExtraFields() map[string]string
- func (self *FScsvCDR) GetReqType() string
- func (self *FScsvCDR) GetSubject() string
- func (self *FScsvCDR) GetTOR() string
- func (self *FScsvCDR) GetTenant() string
- type Mediator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FScsvCDR ¶
type FScsvCDR struct {
// contains filtered or unexported fields
}
func NewFScsvCDR ¶
func (*FScsvCDR) GetAccount ¶
func (*FScsvCDR) GetCdrHost ¶
func (*FScsvCDR) GetDestination ¶
func (*FScsvCDR) GetDirection ¶
func (*FScsvCDR) GetDuration ¶
func (*FScsvCDR) GetExtraFields ¶
func (*FScsvCDR) GetReqType ¶
func (*FScsvCDR) GetSubject ¶
type Mediator ¶
type Mediator struct {
// contains filtered or unexported fields
}
func NewMediator ¶
func NewMediator(connector engine.Connector, logDb engine.LogStorage, cdrDb engine.CdrStorage, cfg *config.CGRConfig) (m *Mediator, err error)
Click to show internal directories.
Click to hide internal directories.