mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Finishing up issue
This commit is contained in:
committed by
Dan Christian Bogos
parent
22f207441e
commit
4fe03d1a2d
@@ -1,7 +1,7 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.15
|
||||
- 1.16
|
||||
|
||||
script: go test -v ./...
|
||||
|
||||
|
||||
@@ -337,7 +337,7 @@ func (bWws BalancesWithWeight) Balances() (blncs []*Balance) {
|
||||
// APIAccountProfileWithOpts is used in API calls
|
||||
type APIAccountProfileWithOpts struct {
|
||||
*APIAccountProfile
|
||||
Opts map[string]interface{}
|
||||
APIOpts map[string]interface{}
|
||||
}
|
||||
|
||||
// AccountProfileWithOpts is used in API calls
|
||||
|
||||
Reference in New Issue
Block a user