MCPcopy
hub / github.com/docker/docker-agent / RemoteSessionStore

Struct RemoteSessionStore

pkg/runtime/remote_runtime.go:777–779  ·  view source on GitHub ↗

RemoteSessionStore wraps a RemoteClient to implement the session.Store interface.

Source from the content-addressed store, hash-verified

775
776// RemoteSessionStore wraps a RemoteClient to implement the session.Store interface.
777type RemoteSessionStore struct {
778 client RemoteClient
779}
780
781// NewRemoteSessionStore creates a new RemoteSessionStore.
782func NewRemoteSessionStore(client RemoteClient) *RemoteSessionStore {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected