# Functions
NewAdminJSONClient creates a JSON client that implements the Admin interface.
NewAdminProtobufClient creates a Protobuf client that implements the Admin interface.
NewAdminServer builds a TwirpServer that can be used as an http.Handler to handle HTTP requests that are routed to the right method in the provided svc implementation.
NewAuthJSONClient creates a JSON client that implements the Auth interface.
NewAuthProtobufClient creates a Protobuf client that implements the Auth interface.
NewAuthServer builds a TwirpServer that can be used as an http.Handler to handle HTTP requests that are routed to the right method in the provided svc implementation.
NewPodJSONClient creates a JSON client that implements the Pod interface.
NewPodProtobufClient creates a Protobuf client that implements the Pod interface.
NewPodServer builds a TwirpServer that can be used as an http.Handler to handle HTTP requests that are routed to the right method in the provided svc implementation.
WriteError writes an HTTP response with a valid Twirp error format (code, msg, meta).
# Constants
AdminPathPrefix is a convenience constant that may identify URL paths.
AuthPathPrefix is a convenience constant that may identify URL paths.
PodPathPrefix is a convenience constant that may identify URL paths.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
start & end represent the amount of episodes to return.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
HTTPClient is the interface used by generated clients to send HTTP requests.
No description provided by the author
TwirpServer is the interface generated server structs will support: they're HTTP handlers with additional methods for accessing metadata about the service.