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

Struct EndpointInfo

api/proto/data_plane_interface.pb.go:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type EndpointInfo struct {
25 state protoimpl.MessageState
26 sizeCache protoimpl.SizeCache
27 unknownFields protoimpl.UnknownFields
28
29 ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
30 URL string `protobuf:"bytes,2,opt,name=URL,proto3" json:"URL,omitempty"`
31}
32
33func (x *EndpointInfo) Reset() {
34 *x = EndpointInfo{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected