package
0.0.0-20241211192633-e5be0281d287
Repository: https://github.com/karsto/common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
PagedResult - this is the model for all the list endpoints, each endpoint however has its own type that has typed records.
PagingInfo - this is used to describe the page in a list.
WebError - This is a common error type used to standardize all api errors.

# Type aliases

IntSlice - a postgres compatible int slice type.
TODO: consider using pgx intSlice TODO[ak|06/2018]: Scan() and Value() should work as is TODO[ak|06/2018]: I'm not sure about the text/binary related functions they are similar to pgtype.JSON and pgtype.JSONB Sourced from pgtype.JSON and pgype.JSONB.
StringSlice - a postgres compatible string slice type.