package
0.0.0-20190507022301-b1bd2f5c3845
Repository: https://github.com/gincoinc/go.git
Documentation: pkg.go.dev
# Functions
Handler returns an HTTP Handler for function fn.
No description provided by the author
Render write data to w, after marshalling to json.
RenderToString renders the provided data as a json string.
# Constants
StandardPagingOptions is a helper string to make creating paged collection URIs simpler.
# Structs
BasePage represents the simplest page: one with no links and only embedded records.
No description provided by the author
LinkBuilder is a helper for constructing URLs in horizon.
Links represents the Links in a Page.
Page represents the common page configuration (i.e.
# Interfaces
Pageable impementors can be added to hal.Page collections.