Versions in this module Expand all Collapse all v1 v1.0.1 Jun 17, 2018 v1.0.0 May 28, 2018 Changes in this version + type Client interface + JoinReq func(pl backend.JoinReqPayload) (backend.JoinAnsPayload, error) + func NewClient(server, caCert, tlsCert, tlsKey string) (Client, error) + type Pool interface + Get func(joinEUI lorawan.EUI64) (Client, error) + func NewPool(defaultClient Client) Pool