Documentation ¶ Index ¶ func Configure(opts ...option) func WithAuthorizer(a Authorizer) option type Authorizer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Configure ¶ func Configure(opts ...option) func WithAuthorizer ¶ func WithAuthorizer(a Authorizer) option Types ¶ type Authorizer ¶ type Authorizer interface { // Authorize updates the request with any necessary headers or other changes // to authorize it against the backend. Authorize(req *http.Request) error } Source Files ¶ addon.gobackend.gofactory.goreader.gowriter.go Directories ¶ Show internal Expand all Path Synopsis server Click to show internal directories. Click to hide internal directories.