Versions in this module Expand all Collapse all v1 v1.6.0 Jun 20, 2023 v1.5.0 May 14, 2023 v1.4.1 Dec 14, 2022 v1.4.0 Oct 24, 2022 v1.3.0 Sep 27, 2022 v1.2.0 Aug 31, 2022 v1.1.0 Aug 14, 2022 v1.0.0 Jul 16, 2022 v0 v0.27.0 May 30, 2022 v0.26.0 Apr 5, 2022 v0.25.0 Feb 16, 2022 v0.24.0 Jan 14, 2022 v0.23.0 Nov 22, 2021 v0.22.0 Nov 11, 2021 v0.21.0 Oct 27, 2021 Changes in this version + type Address struct + AccessComments string + AddressLine1 string + AddressLine2 string + Country Country + CountryID int32 + Latitude float64 + Longitude float64 + Postcode string + StateOrProvince string + Title string + Town string + type ChargerType struct + Comments string + ID int32 + IsFastChargeCapable bool + Title string + type CheckinStatusType struct + ID int32 + IsAutomatedCheckin bool + IsPositive bool + Title string + type Connection struct + Amps float64 + CurrentType CurrentType + CurrentTypeID int32 + Level ChargerType + LevelID int32 + Power float64 + Quantity int32 + Reference string + StatusType StatusType + StatusTypeID int32 + Type ConnectionType + TypeID int32 + Voltage float64 + type ConnectionType struct + FormalName string + ID int32 + IsDiscontinued bool + IsObsolete bool + Title string + type Country struct + ContinentCode string + ID int32 + ISOCode string + Title string + type CurrentType struct + Description string + ID int32 + Title string + type DataProvider struct + Comments string + DataProviderStatus DataProviderStatus + ID int32 + IsOpenDataLicensed bool + License string + Title string + WebsiteURL string + type DataProviderStatus struct + ID int32 + IsProviderEnabled bool + Title string + type Evchargers struct + func New() *Evchargers + func (e *Evchargers) ReferenceData(ctx context.Context, request *evchargers.ReferenceDataRequest, ...) error + func (e *Evchargers) Search(ctx context.Context, request *evchargers.SearchRequest, ...) error + type Operator struct + Comments string + ContactEmail string + FaultReportEmail string + ID int32 + IsPrivateIndividual bool + PhonePrimary string + PhoneSecondary string + Title string + WebsiteURL string + type Poi struct + Address Address + Connections []Connection + Cost string + DataProvider DataProvider + DataProviderID int32 + GeneralComments string + ID int32 + NumberOfPoints int32 + OperatorID int32 + OperatorInfo Operator + SpatialPosition Position + StatusType StatusType + StatusTypeID int32 + UsageType UsageType + UsageTypeID int32 + type Position struct + Coordinates []float64 + Type string + type ReferenceData struct + ChargerTypes []ChargerType + CheckinStatusTypes []CheckinStatusType + ConnectionTypes []ConnectionType + Countries []Country + CurrentTypes []CurrentType + DataProviders []DataProvider + Operators []Operator + StatusTypes []StatusType + SubmissionStatusTypes []SubmissionStatusType + UsageTypes []UsageType + UserCommentTypes []UserCommentType + type StatusType struct + ID int32 + IsOperational bool + IsUsageSelectable bool + Title string + type SubmissionStatusType struct + ID int32 + IsLive bool + Title string + type UsageType struct + ID int32 + IsAccessKeyRequired bool + IsMembershipRequired bool + IsPayAtLocation bool + Title string + type UserCommentType struct + ID int32 + Title string