Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNotesServer ¶
func NewNotesServer(controller controller.NotesController) notes.NotesServer
func NewUsersServer ¶
func NewUsersServer(controller controller.UsersController) users.UsersServer
Types ¶
type AuthMiddleware ¶
type AuthMiddleware interface {
UnaryAuthOption() grpc.ServerOption
}
func NewAuthMiddleware ¶
func NewAuthMiddleware(salt []byte, usersRepo repo.UsersRepo) AuthMiddleware
Click to show internal directories.
Click to hide internal directories.