MCPcopy Index your code
hub / github.com/coder/coder / RecordInterceptionEndedRequest

Struct RecordInterceptionEndedRequest

coderd/aibridged/proto/aibridged.pb.go:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214type RecordInterceptionEndedRequest struct {
215 state protoimpl.MessageState
216 sizeCache protoimpl.SizeCache
217 unknownFields protoimpl.UnknownFields
218
219 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // UUID.
220 EndedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
221 CredentialHint string `protobuf:"bytes,3,opt,name=credential_hint,json=credentialHint,proto3" json:"credential_hint,omitempty"`
222}
223
224func (x *RecordInterceptionEndedRequest) Reset() {
225 *x = RecordInterceptionEndedRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected