Documentation ¶
Index ¶
- type ObsClient
- func (c *ObsClient) CreateDir(key string) error
- func (c *ObsClient) Delete(key string) error
- func (c *ObsClient) DeleteDir(key string) error
- func (c *ObsClient) FlushCdn(cdnUrl, flushType string) error
- func (c *ObsClient) PutFile(key, path string) error
- func (c *ObsClient) PutString(key, val string) error
- type SmsClient
- type TiktokClient
- type VerifyUserResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObsClient ¶
type ObsClient struct {
// contains filtered or unexported fields
}
func NewObsClient ¶
type SmsClient ¶ added in v2.8.0
func NewSmsClient ¶ added in v2.8.0
type TiktokClient ¶ added in v2.9.3
type TiktokClient struct {
// contains filtered or unexported fields
}
func NewTiktokClient ¶ added in v2.9.3
func NewTiktokClient(appId int32, secretKey string) *TiktokClient
func (*TiktokClient) GetSign ¶ added in v2.9.3
func (t *TiktokClient) GetSign(params map[string]any) string
func (*TiktokClient) VerifyUser ¶ added in v2.9.3
func (t *TiktokClient) VerifyUser(token string) (*VerifyUserResponse, error)
type VerifyUserResponse ¶ added in v2.9.3
Click to show internal directories.
Click to hide internal directories.