Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateInterceptors ¶
type StateInterceptors interface { StreamingServerInterceptor() grpc.StreamServerInterceptor UnaryServerInterceptor() grpc.UnaryServerInterceptor }
func NewStateInterceptor ¶
func NewStateInterceptor(firebaseClient *fbauth.Client, crClient client.Client) StateInterceptors
type StreamContextWrapper ¶
type StreamContextWrapper interface { grpc.ServerStream SetContext(context.Context) }
Click to show internal directories.
Click to hide internal directories.