Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Router ¶
func Router(router chi.Router, options Options, servicesRepository repository.Repository)
Types ¶
type Options ¶
type Options struct { // ServiceType specifies the type of Data that should be used for this endpoint. ServiceType sdkModels.SourceDataType // UriPrefix specifies the URI which should be prefixed on any Operation URIs. UriPrefix string }
Click to show internal directories.
Click to hide internal directories.