Versions in this module Expand all Collapse all v6 v6.0.0 Oct 10, 2019 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type Node struct + External *external.Client + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Node + func NewHTTPClient(formats strfmt.Registry) *Node + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *Node + func (c *Node) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig Other modules containing this package github.com/aeternity/aepp-sdk-go/v4 github.com/aeternity/aepp-sdk-go/v5 github.com/aeternity/aepp-sdk-go/v7 github.com/aeternity/aepp-sdk-go/v8 github.com/aeternity/aepp-sdk-go/v9