Documentation ¶
Index ¶
- func CreateGateway(ctx context.Context, g Gateway, port uint16, http1HostName string) (http.Handler, string, error)
- func CreateServer(verifier *authz.TokenVerifier, authConfig authz.Config, queries *query.Queries, ...) *grpc.Server
- type Gateway
- type GatewayFunc
- type Server
- type ValidationFunction
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGateway ¶
Types ¶
type Gateway ¶
type Gateway interface { RegisterGateway() GatewayFunc GatewayPathPrefix() string }
type GatewayFunc ¶
type ValidationFunction ¶
Click to show internal directories.
Click to hide internal directories.