MCPcopy Create free account
hub / github.com/evilsocket/sum / Run

Method Run

proto/sum.pb.go:1057–1057  ·  view source on GitHub ↗

execute a call to a oracle given its id

(ctx context.Context, in *Call, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

1055 DeleteOracle(ctx context.Context, in *ById, opts ...grpc.CallOption) (*OracleResponse, error)
1056 // execute a call to a oracle given its id
1057 Run(ctx context.Context, in *Call, opts ...grpc.CallOption) (*CallResponse, error)
1058 // get info about the service
1059 Info(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*ServerInfo, error)
1060}

Implementers 3

sumServiceClientproto/sum.pb.go
Serviceservice/service.go

Calls

no outgoing calls