MCPcopy Create free account
hub / github.com/akash-network/provider / operatorHTTP

Struct operatorHTTP

operator/common/operator_server.go:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type operatorHTTP struct {
28 router *mux.Router
29 results map[string]preparedEntry
30}
31
32func NewOperatorHTTP() (OperatorHTTP, error) {
33 retval := &operatorHTTP{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected