Documentation
¶
Overview ¶
*
- Copyright 2015 @ z3q.net.
- name : get_c
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : partner_c.go
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : model
- author : jarryliu
- date : 2015-10-31 00:35
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : partner_c.go
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : base_c
- author : jarryliu
- date : -- :
- description :
- history :
*
- Copyright 2015 @ z3q.net.
- name : rest_server.go
- author : jarryliu
- date : -- :
- description :
- history :
Index ¶
- Variables
- func ApiTest(ctx *echo.Context) error
- func CheckApiPermission(apiId string, secret string) (ok bool, partnerId int)
- func GetMemberId(ctx *echo.Context) int
- func GetServe() *echo.Echo
- func GetStorage() gof.Storage
- func Run(app gof.App, port int)
- type AsyncResult
- type MemberC
- func (this *MemberC) Account(ctx *echo.Context) error
- func (this *MemberC) Async(ctx *echo.Context) error
- func (this *MemberC) Disconnect(ctx *echox.Context) error
- func (this *MemberC) Get(ctx *echo.Context) error
- func (this *MemberC) Login(ctx *echo.Context) error
- func (this *MemberC) Ping(ctx *echo.Context) error
- func (this *MemberC) Register(ctx *echo.Context) error
- func (this *MemberC) Summary(ctx *echo.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( API_DOMAIN string API_HOST_CHK bool = false // 必须匹配Host PathPrefix = "/go2o_api_v1" )
Functions ¶
func CheckApiPermission ¶
检查是否有权限
Types ¶
type AsyncResult ¶
Click to show internal directories.
Click to hide internal directories.