MCPcopy
hub / github.com/TarsCloud/TarsGo / ServerF

Struct ServerF

tars/protocol/res/nodef/ServerF.tars.go:44–46  ·  view source on GitHub ↗

ServerF struct

Source from the content-addressed store, hash-verified

42
43// ServerF struct
44type ServerF struct {
45 servant model.Servant
46}
47
48// NewServerF creates a new ServerF servant.
49func NewServerF() *ServerF {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected