Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartService ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(s ServiceHandler, l *logrus.Entry) *Handler
func (*Handler) Auth ¶
func (h *Handler) Auth(ctx context.Context, req *srvUsers.AuthRequest) (*srvUsers.AuthResponse, error)
func (*Handler) CreateUser ¶
func (h *Handler) CreateUser(ctx context.Context, req *srvUsers.CreateUserRequest) (*srvUsers.CreateUserResponse, error)
Click to show internal directories.
Click to hide internal directories.