MCPcopy Create free account
hub / github.com/eth-easl/dirigent / Endpoint

Struct Endpoint

api/proto/common.pb.go:590–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590type Endpoint struct {
591 state protoimpl.MessageState
592 sizeCache protoimpl.SizeCache
593 unknownFields protoimpl.UnknownFields
594
595 SandboxID string `protobuf:"bytes,1,opt,name=SandboxID,proto3" json:"SandboxID,omitempty"`
596 URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"`
597 NodeName string `protobuf:"bytes,3,opt,name=NodeName,proto3" json:"NodeName,omitempty"`
598 ServiceName string `protobuf:"bytes,4,opt,name=ServiceName,proto3" json:"ServiceName,omitempty"`
599 HostPort int32 `protobuf:"varint,5,opt,name=HostPort,proto3" json:"HostPort,omitempty"`
600}
601
602func (x *Endpoint) Reset() {
603 *x = Endpoint{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected