Documentation
¶
Overview ¶
@Time : 2025/5/7 12:27 @Author : dongdongliu @File : k2 @Version: 1.0 @Software: GoLand
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct {
// contains filtered or unexported fields
}
func NewAuthConfig ¶
func NewAuthConfig(url, authKey string, client xhttp.IClient) *AuthConfig
type NoAuthConfig ¶
type NoAuthConfig struct {
// contains filtered or unexported fields
}
func NewNoAuthConfig ¶
func NewNoAuthConfig(url string, client xhttp.IClient) *NoAuthConfig
Click to show internal directories.
Click to hide internal directories.