MCPcopy Create free account
hub / github.com/cloudwan/gohan / Queue

Method Queue

server/server.go:467–469  ·  view source on GitHub ↗

Queue returns servers build-in queue

()

Source from the content-addressed store, hash-verified

465
466//Queue returns servers build-in queue
467func (server *Server) Queue() *job.Queue {
468 return server.queue
469}
470
471//RunServer runs gohan api server
472func RunServer(configFile string) {

Callers 1

GohanServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected