Documentation
¶
Index ¶
Constants ¶
View Source
const UserIDValue = "userID"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientImpl ¶
type ClientImpl struct {
// contains filtered or unexported fields
}
func NewAuthImpl ¶
func NewAuthImpl(logger *zap.Logger, conn *grpc.ClientConn) *ClientImpl
func (*ClientImpl) AuthenticationInterceptor ¶
func (c *ClientImpl) AuthenticationInterceptor(next http.Handler) http.Handler
type ClientMock ¶
type ClientMock struct {
// contains filtered or unexported fields
}
func NewClientMock ¶
func NewClientMock(logger *zap.Logger) *ClientMock
func (*ClientMock) AuthenticationInterceptor ¶
func (m *ClientMock) AuthenticationInterceptor(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.