optimized prefixes container

This commit is contained in:
Radu Ioan Fericean
2013-12-16 19:09:56 +02:00
parent d0284bf5e1
commit dbe8bde7bf
13 changed files with 115 additions and 88 deletions

View File

@@ -26,9 +26,9 @@ import (
)
type TPDestination struct {
TPid string // Tariff plan id
DestinationId string // Destination id
Prefixes map[string]interface{} // Prefixes attached to this destination
TPid string // Tariff plan id
DestinationId string // Destination id
Prefixes []string // Prefixes attached to this destination
}
// This file deals with tp_* data definition