Files
gf/net/ghttp/ghttp_server_session.go

12 lines
352 B
Go
Raw Normal View History

// Copyright 2017 gf Author(https://github.com/gogf/gf). All Rights Reserved.
2017-12-29 16:03:30 +08:00
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
2017-12-31 18:19:58 +08:00
2017-12-31 12:15:04 +08:00
package ghttp
2017-12-11 18:21:30 +08:00
import "github.com/gogf/gf/os/gsession"
2019-07-28 11:50:12 +08:00
type Session = gsession.Session