Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
koko
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
koko
Commits
7af7ad85
Commit
7af7ad85
authored
May 15, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 删掉无用文件
parent
9df00fb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
switch.go
pkg/proxy/switch.go
+2
-2
run_demo.go
run_demo.go
+0
-1
No files found.
pkg/proxy/switch.go
View file @
7af7ad85
package
proxy
package
proxy
import
(
import
(
"cocogo/pkg/i18n"
"cocogo/pkg/utils"
"context"
"context"
"time"
"time"
"github.com/satori/go.uuid"
"github.com/satori/go.uuid"
"cocogo/pkg/i18n"
"cocogo/pkg/logger"
"cocogo/pkg/logger"
"cocogo/pkg/utils"
)
)
func
NewSwitchSession
(
userConn
UserConnection
,
serverConn
ServerConnection
)
(
sw
*
SwitchSession
)
{
func
NewSwitchSession
(
userConn
UserConnection
,
serverConn
ServerConnection
)
(
sw
*
SwitchSession
)
{
...
...
run_demo.go
deleted
100644 → 0
View file @
9df00fb1
package
cocogo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment