ocpp

package
v0.0.0-...-55c65bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package ocpp provides marker interfaces for types that are intended to be OCPP requests and responses. Types should always implement these interfaces using a pointer receiver.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizeEmaid

func NormalizeEmaid(emaid string) (string, error)

Types

type Request

type Request interface {
	IsRequest()
}

type Response

type Response interface {
	IsResponse()
}

Directories

Path Synopsis
Package ocpp16 contains types that represent each of the different OCPP 1.6 protocol messages.
Package ocpp16 contains types that represent each of the different OCPP 1.6 protocol messages.
Package ocpp201 contains types that represent each of the different OCPP 2.0.1 protocol messages.
Package ocpp201 contains types that represent each of the different OCPP 2.0.1 protocol messages.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL