# Functions
No description provided by the author
NewAuthService creates a new *AuthService.
NewPodcastService creates a new *PodcastService.
No description provided by the author
# Structs
No description provided by the author
AuthService is the twirp service for authentication and authorization.
PodcastService is the gRPC service for podcast.
Server is truly needed for its Intercept method which authenticates users before accessing services, but also useful to have all the grpc server boilerplate contained within NewServer function.
No description provided by the author