package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
IsTransientAPIError returns true if error from Google API client indicates an error that can go away on its own in the future.
KVListFromMap converts a map to KVList.
UnpackKVList takes validated list of k-v pair strings and returns list of structs.
ValidateKVList makes sure each string in the list is valid key-value pair.
WrapAPIError wraps error from Google API client in transient wrapper if necessary.
# Type aliases
KVList if list of KV pairs.