Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomSessionID ¶
func RandomSessionID() string
Types ¶
type APIResume ¶
type APIResume struct { Route string `json:"route"` PathRegexp string `json:"path-regexp"` QueriesTemplates string `json:"queries-templates"` QueriesRegexps string `json:"queries-regexps"` Methods string `json:"methods"` }
APIResume API描述信息
type GenericResponse ¶
type GenericResponse struct { V interface{} `json:"v"` Err string `json:"err"` }
Click to show internal directories.
Click to hide internal directories.