Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdapterSDK ¶
type AdapterSDK struct {
SDKObject interface{}
}
func NewAdapterSDK ¶
func NewAdapterSDK(object interface{}) *AdapterSDK
func (*AdapterSDK) Get ¶
func (a *AdapterSDK) Get(output interface{}) error
func (*AdapterSDK) GetJSON ¶
func (a *AdapterSDK) GetJSON() ([]byte, error)
type AdapterStatic ¶
type AdapterStatic struct {
Payload []byte
}
func NewAdapterStatic ¶
func NewAdapterStatic(payload []byte) *AdapterStatic
func (*AdapterStatic) Get ¶
func (a *AdapterStatic) Get(output interface{}) error
func (*AdapterStatic) GetJSON ¶
func (a *AdapterStatic) GetJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.