mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Replace interface{} with any
This commit is contained in:
committed by
Dan Christian Bogos
parent
1d7bd1389b
commit
113e2a2bdf
@@ -167,7 +167,7 @@ type Service interface {
|
||||
// ArgsServiceID are passed to Start/Stop/Status RPC methods
|
||||
type ArgsServiceID struct {
|
||||
ServiceID string
|
||||
APIOpts map[string]interface{}
|
||||
APIOpts map[string]any
|
||||
}
|
||||
|
||||
// V1StartService starts a service with ID
|
||||
|
||||
Reference in New Issue
Block a user