Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DoNewsCode/core
/ Key
Method
Key
contract/key.go:5–5 ·
view source on GitHub ↗
(delimiter string, args ...string)
Source
from the content-addressed store, hash-verified
3
// Keyer is an interface for key passing.
4
type
Keyer
interface
{
5
Key(delimiter string, args ...string) string
6
Spread() []string
7
}
Callers
6
NewManager
Function · 0.65
Upload
Method · 0.65
Example_key
Function · 0.65
Campaign
Method · 0.65
Campaign
Method · 0.65
Resign
Method · 0.65
Implementers
1
manager
key/key_manager.go
Calls
no outgoing calls
Tested by
1
Example_key
Function · 0.52