package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
APIKey() string
APISecret() string
IsProduction() bool
}
Interface defines how a client should behave
By satisfying this interface, you can use your
own client (eg: `endpoints.Connect( <yourClient> )`
Default is an "batteries-included" default client
that can be used out of the box
Source Files
¶
Click to show internal directories.
Click to hide internal directories.