Home
last modified time | relevance | path

Searched defs:KVListEntryResult (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/keybase/go-keybase-chat-bot/kbchat/types/keybase1/
H A Dkvstore.go118 type KVListEntryResult struct { struct
119 TeamName string `codec:"teamName" json:"teamName"`
120 Namespace string `codec:"namespace" json:"namespace"`
121 EntryKeys []KVListEntryKey `codec:"entryKeys" json:"entryKeys"`
124 func (o KVListEntryResult) DeepCopy() KVListEntryResult {
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dkvstore.go124 type KVListEntryResult struct { struct
125 TeamName string `codec:"teamName" json:"teamName"`
126 Namespace string `codec:"namespace" json:"namespace"`
127 EntryKeys []KVListEntryKey `codec:"entryKeys" json:"entryKeys"`
130 func (o KVListEntryResult) DeepCopy() KVListEntryResult {