Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BasicAuthInterceptor ¶
type BasicAuthInterceptor struct {
// contains filtered or unexported fields
}
func NewBasicAuthInterceptor ¶
func NewBasicAuthInterceptor(u Users, p Permissions) *BasicAuthInterceptor
func (*BasicAuthInterceptor) Stream ¶
func (a *BasicAuthInterceptor) Stream() grpc.StreamServerInterceptor
func (*BasicAuthInterceptor) Unary ¶
func (a *BasicAuthInterceptor) Unary() grpc.UnaryServerInterceptor
type Permissions ¶
Click to show internal directories.
Click to hide internal directories.