Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beego/samples
/ types & classes
Types & classes
19 in github.com/beego/samples
⨍
Functions
327
◇
Types & classes
19
Struct
AppController
AppController handles the welcome screen that allows user to pick a technology and username.
WebIM/controllers/app.go:73
Struct
Event
WebIM/models/archive.go:29
TypeAlias
EventType
WebIM/models/archive.go:21
Struct
ExpandController
shorturl/controllers/expand.go:7
Struct
LongPollingController
LongPollingController handles long polling requests.
WebIM/controllers/longpolling.go:22
Struct
MainController
shorturl/controllers/default.go:7
Struct
MainController
todo/controllers/default.go:7
Struct
ShortController
shorturl/controllers/short.go:22
Struct
ShortResult
shorturl/controllers/short.go:17
Struct
ShortResult
shorturl/tests/default_test.go:10
Struct
Subscriber
WebIM/controllers/chatroom.go:43
Struct
Subscription
WebIM/controllers/chatroom.go:26
Struct
Task
todo/models/task.go:9
Struct
TaskController
todo/controllers/task.go:11
Struct
TaskManager
TaskManager manages a list of tasks in memory.
todo/models/task.go:24
Struct
WebDAVController
WebDAVController handles WebDAV requests.
WebDAV/controllers/controllers.go:39
Struct
WebDav
WebDav WebDav struct
WebDAV/controllers/controllers.go:32
Struct
WebSocketController
WebSocketController handles WebSocket requests.
WebIM/controllers/websocket.go:27
Struct
baseController
baseController represents base router for all other app routers. It implemented some methods for the same implementation; thus, it will be embedded in
WebIM/controllers/app.go:43