Versions in this module Expand all Collapse all v0 v0.5.0 Apr 29, 2019 Changes in this version + func HandleMethod(w http.ResponseWriter, r *http.Request) + func InitStore(s Store) + type Response struct + Data interface{} + Error error + Status int + func HandleNew(r *http.Request) Response + func NewClientError(e error) Response + func NewRemoteError(e error) Response + func NewResponse(d interface{}) Response + type Store interface + AutoMigrate func() + CreateRecord func(accountID, token string) error + GetRecordByToken func() (User, error) + type User struct + AuthToken string + SDKAccountID string