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

Method AddPreparedEndpoint

operator/common/operator_server.go:22–22  ·  view source on GitHub ↗
(path string, prepare PrepareFn)

Source from the content-addressed store, hash-verified

20
21type OperatorHTTP interface {
22 AddPreparedEndpoint(path string, prepare PrepareFn) PrepareFlagFn
23 GetRouter() *mux.Router
24 PrepareAll() error
25}

Callers 5

TestOperatorServerFunction · 0.95
newHostnameOperatorFunction · 0.65
newIPOperatorFunction · 0.65

Implementers 1

operatorHTTPoperator/common/operator_server.go

Calls

no outgoing calls