Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Creatly/creatly-backend
/ Run
Method
Run
internal/server/server.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(s *Server) Run() error {
27
return
s.httpServer.ListenAndServe()
28
}
29
30
func
(s *Server) Stop(ctx context.Context) error {
31
return
s.httpServer.Shutdown(ctx)
Callers
15
Run
Function · 0.95
TestHandler_adminUploadImage
Function · 0.80
TestHandler_studentCreateOrder
Function · 0.80
TestHandler_studentGetModuleOffers
Function · 0.80
TestHandler_studentGetModuleContent
Function · 0.80
TestHandler_studentSetLessonFinished
Function · 0.80
TestHandler_studentSignUp
Function · 0.80
TestHandler_getPromocode
Function · 0.80
TestHandler_adminUpdateSchoolSettings
Function · 0.80
TestHandler_adminCreatePromocode
Function · 0.80
TestHandler_adminGetPromocodes
Function · 0.80
TestHandler_adminGetPromocodeById
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestHandler_adminUploadImage
Function · 0.64
TestHandler_studentCreateOrder
Function · 0.64
TestHandler_studentGetModuleOffers
Function · 0.64
TestHandler_studentGetModuleContent
Function · 0.64
TestHandler_studentSetLessonFinished
Function · 0.64
TestHandler_studentSignUp
Function · 0.64
TestHandler_getPromocode
Function · 0.64
TestHandler_adminUpdateSchoolSettings
Function · 0.64
TestHandler_adminCreatePromocode
Function · 0.64
TestHandler_adminGetPromocodes
Function · 0.64
TestHandler_adminGetPromocodeById
Function · 0.64
TestHandler_adminUpdatePromocode
Function · 0.64