MCPcopy
hub / github.com/kopia/kopia / InitializeSessionResponse

Struct InitializeSessionResponse

internal/grpcapi/repository_server.pb.go:483–488  ·  view source on GitHub ↗

InitializeSessionResponse will be sent as the first response by the server.

Source from the content-addressed store, hash-verified

481
482// InitializeSessionResponse will be sent as the first response by the server.
483type InitializeSessionResponse struct {
484 state protoimpl.MessageState `protogen:"open.v1"`
485 Parameters *RepositoryParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
486 unknownFields protoimpl.UnknownFields
487 sizeCache protoimpl.SizeCache
488}
489
490func (x *InitializeSessionResponse) Reset() {
491 *x = InitializeSessionResponse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected