Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ Run
Method
Run
pkg/httpserver/server.go:47–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(s *Server) Run() {
48
go
func
() {
49
s.notify <- s.server.ListenAndServe()
50
close(s.notify)
51
}()
52
}
53
54
// Notify - Server notify
55
func
(s *Server) Notify() <-
chan
error {
Callers
nothing calls this directly
Calls
1
close
Function · 0.85
Tested by
no test coverage detected