mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
Adding AttributeS auth methods into DispatcherS, RouteID into CGREvent
This commit is contained in:
@@ -27,12 +27,12 @@ import (
|
||||
|
||||
// CGREvent is a generic event processed by CGR services
|
||||
type CGREvent struct {
|
||||
Tenant string
|
||||
ID string
|
||||
Context *string // attach the event to a context
|
||||
Time *time.Time // event time
|
||||
DispatcherRoute *string // route over previous computed path
|
||||
Event map[string]interface{}
|
||||
Tenant string
|
||||
ID string
|
||||
Context *string // attach the event to a context
|
||||
Time *time.Time // event time
|
||||
RouteID *string // route over previous computed path
|
||||
Event map[string]interface{}
|
||||
}
|
||||
|
||||
func (ev *CGREvent) HasField(fldName string) (has bool) {
|
||||
|
||||
Reference in New Issue
Block a user