Documentation
¶
Index ¶
- func ClientIDtoReserved(clientID string) ([]int, string)
- func GenSing(resStruct C.Response) (body []byte, err error)
- func GenWgQuick(resStruct C.Response) (body []byte, err error)
- func GenXray(resStruct C.Response) (body []byte, err error)
- func GenerateKey() (string, string)
- func GetTokenID(filePath string) (string, string)
- func RandStringRunes(n int, letterRunes []rune) string
- func ReadConfig(filePath string) []byte
- func SimplifyOutput(resStruct C.Response)
- type HTTPClient
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientIDtoReserved ¶ added in v0.3.0
func GenerateKey ¶
func GetTokenID ¶
func RandStringRunes ¶
func ReadConfig ¶
func SimplifyOutput ¶ added in v0.3.0
Types ¶
type HTTPClient ¶ added in v0.3.0
type HTTPClient struct {
// contains filtered or unexported fields
}
func (*HTTPClient) Do ¶ added in v0.3.0
func (h *HTTPClient) Do(request *http.Request) (body []byte, err error)
func (*HTTPClient) HandleBody ¶ added in v0.3.1
func (h *HTTPClient) HandleBody()
func (*HTTPClient) New ¶ added in v0.3.4
func (h *HTTPClient) New()
Click to show internal directories.
Click to hide internal directories.