mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Rename HeapItem to HeapEntry
This commit is contained in:
9
heap_entry.go
Normal file
9
heap_entry.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
//go:generate easyjson -all heap_entry.go
|
||||
|
||||
// HeapEntry is a parsed heap item object
|
||||
type HeapEntry struct {
|
||||
Address string `json:"address"`
|
||||
Type string `json:"type"`
|
||||
}
|
||||
Reference in New Issue
Block a user