Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotAuthorized indicates request token is not authorized ErrNotAuthorized = errors.New("not authorized") // ErrVehicleNotAvailable indicates vehicle not available, client should retry to prepare vehicle ErrVehicleNotAvailable = errors.New("vehicle not available") )
View Source
var Host = "sponsor.evcc.io:8080"
Functions ¶
func Connection ¶
func Connection(hostPort string) (*grpc.ClientConn, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.