Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
5
59110440112
  • 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
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • senior-prj-62
  • 59110440112
  • Repository

Switch branch/tag
  • 59110440112
  • Source
  • server
  • handler.go
Find file
BlameHistoryPermalink
  • jadtaphon chinnapan's avatar
    jadtaphon 30/04/63 · d1298d4c
    jadtaphon chinnapan authored 5 years ago
    d1298d4c
handler.go 118 Bytes
EditWeb IDE
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package main

import (
"gopkg.in/mgo.v2"	
)

type (
	Handler struct {
	DB *mgo.Session
	}
)
const (
	Key = "secret"
)

Replace handler.go

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.