Documentation
¶
Index ¶
- Constants
- Variables
- func AppendQueryStringToPath(path, query string, value any) string
- func AppendQueryStringsToPath(path string, queries map[string]any) string
- func DeletePath(path string) (string, error)
- func FileFormPath(path, title, filepath string) (string, error)
- func GetPath(path string) (string, error)
- func PostPath(path, query string) (string, error)
- func RegisterAuthToken(token string)
Constants ¶
View Source
const ( SERVER_PATH = "http://localhost" PORT_LOWEST = 41184 PORT_HIGHEST = 41194 )
Variables ¶
View Source
var ( FOUND_PORT = 0 AUTH_TOKEN = "" API_TOKEN = "" )
Functions ¶
func AppendQueryStringToPath ¶
func DeletePath ¶
func FileFormPath ¶
func RegisterAuthToken ¶
func RegisterAuthToken(token string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.