Structs§
- Function
Info - Represents a published function
- Function
Metrics Response - Function metrics information
- Function
Service Client - The client stub that makes RPC calls to the server. All request methods return Futures.
- Function
Service Impl - Implementation of the FunctionService
- Metrics
- Overall metrics information
- Serve
Function Service - A serving function to use with ::tarpc::server::InFlightRequest::execute.
Enums§
- Function
Error - Function
Service Request - The request sent over the wire from the client to the server.
- Function
Service Response - The response sent over the wire from the server to the client.
Constants§
Traits§
- Function
Service - Service interface for managing functions
- Function
Service Stub - The stub trait for service
FunctionService
.
Functions§
- create_
service_ with_ github_ auth - Helper function to create a service implementation with GitHub auth
Type Aliases§
- Auth
Validator Fn - Type alias for the auth validator function type
- Function
Result