Documentation ¶
Overview ¶
add by stefan
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ERouteId ¶
type ERouteId int32
const ( ERouteId_ER_Invalid ERouteId = 0 ERouteId_ER_ESG ERouteId = 1 ERouteId_ER_ISG ERouteId = 2 ERouteId_ER_DB ERouteId = 3 ERouteId_ER_BigWorld ERouteId = 4 ERouteId_ER_Login ERouteId = 5 ERouteId_ER_SmallWorld ERouteId = 6 ERouteId_ER_DBProxy ERouteId = 7 ERouteId_ER_Game ERouteId = 8 ERouteId_ER_Client ERouteId = 9 ERouteId_ER_Max ERouteId = 10 )
type HandlerFunc ¶
type HandlerFunc func(http.ResponseWriter, *http.Request)
func (HandlerFunc) ServeHTTP ¶
func (f HandlerFunc) ServeHTTP(w http.ResponseWriter, r *http.Request)
type HandlerServMux ¶
type HandlerServMux struct {
// contains filtered or unexported fields
}
type Int32Array ¶
type Int32Array []int32
array int with "1,2,3"
func (*Int32Array) UnmarshalJSON ¶
func (this *Int32Array) UnmarshalJSON(data []byte) (err error)
func (*Int32Array) UnmarshalJSONEx ¶
func (this *Int32Array) UnmarshalJSONEx(data []byte) (err error)
type Int32Array2D ¶
type Int32Array2D []Int32Array
array int with "1,2,3;4,5,6"
func (*Int32Array2D) UnmarshalJSON ¶
func (this *Int32Array2D) UnmarshalJSON(data []byte) (err error)
type PropertyArray ¶
type PropertyArray []*Property
propery array
func (*PropertyArray) UnmarshalJSON ¶
func (this *PropertyArray) UnmarshalJSON(data []byte) (err error)
Click to show internal directories.
Click to hide internal directories.