Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Sep 21, 2024
1 parent f60c7d5 commit 36efe39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charger/ocpp/cs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
)

type CS struct {
mu sync.Mutex
init map[string]*semaphore.Weighted
log *util.Logger
mu sync.Mutex
log *util.Logger
ocpp16.CentralSystem
cps map[string]*CP
init map[string]*semaphore.Weighted
txnId int
}

Expand Down

0 comments on commit 36efe39

Please sign in to comment.