Documentation
¶
Overview ¶
Package rest houses all routes and server logic for all communication over REST. *
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
Router *tracingRouter.Router
SecretManager secrets.SecretManager
MetricClient metricService
OktaService oktaService
Tracer *monitoring.Tracer
// ServiceName is used for tracing purposes
ServiceName string
}
Server houses all dependencies and routing of the server.
Click to show internal directories.
Click to hide internal directories.