MCPcopy Create free account
hub / github.com/devfeel/dotweb / Group

Method Group

server.go:384–386  ·  view source on GitHub ↗

Group create new group with current HttpServer

(prefix string)

Source from the content-addressed store, hash-verified

382
383// Group create new group with current HttpServer
384func (server *HttpServer) Group(prefix string) Group {
385 return NewGroup(prefix, server)
386}
387
388// Binder get binder interface in server
389func (server *HttpServer) Binder() Binder {

Callers

nothing calls this directly

Calls 1

NewGroupFunction · 0.85

Tested by

no test coverage detected