Searched defs:gobKey (Results 1 – 1 of 1) sorted by relevance
138 type gobKey struct { struct139 Kind string140 StringID string141 IntID int64142 Parent *gobKey143 AppID string144 Namespace string161 func gobKeyToKey(gk *gobKey) *Key {