MCPcopy 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
26func (s *Server) Run() error {
27 return s.httpServer.ListenAndServe()
28}
29
30func (s *Server) Stop(ctx context.Context) error {
31 return s.httpServer.Shutdown(ctx)

Calls

no outgoing calls