Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomString ¶
func GetKeyBytes ¶
func HashStringToUint64 ¶
Types ¶
type Edge ¶
type Edge[T interface{}, W interface{}] struct {
Weight W `json:"weight"`
Vertex *Vertex[T, W] `json:"vertex"`
}
Click to show internal directories.
Click to hide internal directories.