Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpEndpoints ¶
type HttpEndpoints struct {
// contains filtered or unexported fields
}
func NewHTTPHandler ¶
func NewHTTPHandler( instanceID string, dbService *db.SelfSwabbingExtDBService, apiKeys []string, allowEntryCodeUpload bool, samplerConfig types.SamplerConfig, ) *HttpEndpoints
func (*HttpEndpoints) AddCodeCheckerAPI ¶
func (h *HttpEndpoints) AddCodeCheckerAPI(rg *gin.RouterGroup)
func (*HttpEndpoints) AddSamplerAPI ¶ added in v0.2.0
func (h *HttpEndpoints) AddSamplerAPI(rg *gin.RouterGroup)
Click to show internal directories.
Click to hide internal directories.