예제 #1
0
파일: server.go 프로젝트: keysonZZZ/kmg
func (s *Demo) DemoClientIp(httpCtx *kmgHttp.Context) (ip string) {
	return httpCtx.MustGetClientIp().String()
}