Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(listener interfaces.Listener, options Options) interfaces.Interceptor
Types ¶
type Cors ¶
type Cors struct {
// contains filtered or unexported fields
}
func (*Cors) StreamServerInterceptor ¶
func (c *Cors) StreamServerInterceptor() grpc.StreamServerInterceptor
func (*Cors) UnaryServerInterceptor ¶
func (c *Cors) UnaryServerInterceptor() grpc.UnaryServerInterceptor
Click to show internal directories.
Click to hide internal directories.