package
Version:
v0.0.20
Opens a new window with list of versions in this module.
Published: May 22, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
Error string `json:"error"`
Message string `json:"message"`
RequestID string `json:"request_id"`
}
Result
type ShopInfo struct {
RefreshToken string `json:"refresh_token"`
AccessToken string `json:"access_token"`
ExpireIn int `json:"expire_in"`
ShopID int64 `json:"shop_id"`
}
ShopInfo
Source Files
¶
Click to show internal directories.
Click to hide internal directories.