# Functions
Mount configures the mux to serve the Web endpoints.
MountWebBuild configures the mux to serve GET request made to "/web".
New instantiates HTTP handlers for all the Web service endpoints using the provided encoder and decoder.
# Structs
MountPoint holds information about the mounted endpoints.
Server lists the Web service endpoint HTTP handlers.
# Interfaces
ErrorNamer is an interface implemented by generated error structs that exposes the name of the error as defined in the design.