mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-11 15:15:58 +08:00
move signing options into a validation checker struct
This commit is contained in:
@ -21,7 +21,7 @@ type IpfsRouting interface {
|
||||
// Basic Put/Get
|
||||
|
||||
// PutValue adds value corresponding to given Key.
|
||||
PutValue(context.Context, u.Key, []byte, bool) error
|
||||
PutValue(context.Context, u.Key, []byte) error
|
||||
|
||||
// GetValue searches for the value corresponding to given Key.
|
||||
GetValue(context.Context, u.Key) ([]byte, error)
|
||||
|
Reference in New Issue
Block a user