MCPcopy
hub / github.com/olric-data/olric / Unlock

Struct Unlock

internal/protocol/dmap.go:892–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892type Unlock struct {
893 DMap string
894 Key string
895 Token string
896}
897
898func NewUnlock(dmap, key, token string) *Unlock {
899 return &Unlock{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected