Documentation ¶ Index ¶ type Provider type Service func New(provider Provider, profile string, tracerProvider trace.TracerProvider) Service func (s Service) Middleware(next http.Handler) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { model.Identification model.Authorization } type Service ¶ type Service struct { // contains filtered or unexported fields } func New ¶ func New(provider Provider, profile string, tracerProvider trace.TracerProvider) Service func (Service) Middleware ¶ func (s Service) Middleware(next http.Handler) http.Handler Source Files ¶ View all Source files middleware.go Click to show internal directories. Click to hide internal directories.