Skip to content

gregszalay/ocpp-messages-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCPP 2.0.1 data types for GO

Data types for

Getting started

Run example.go to see the types working

Re-generate types from schemas (if needed):

go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest

./generate.sh

More info

Based on: OCPP-2.0.1_part3_JSON_schemas (Download: OCPP 2.0.1)