Documentation ¶
Overview ¶
Package common contains types used by all update code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapKeys ¶
func MapKeys[T comparable, V any](in map[T]V) []T
func MapValues ¶
func MapValues[K comparable, V any](in map[K]V) []V
Types ¶
type UpdateContext ¶
Click to show internal directories.
Click to hide internal directories.