package
Version:
v0.0.0-...-4d5b1ca
Opens a new window with list of versions in this module.
Published: Jul 25, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Creds struct {
SID string `json:"accound_sid"`
Token string `json:"auth_token"`
}
type Result struct {
Code int `json:"code"`
Message string `json:"message"`
Response interface{} `json:"response"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.