Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { Repository store.DatabaseRepository Cache cache.Client AuthService *RPCConfig EventEmitter queue.EventEmitter }
func NewHandler ¶
func NewHandler(repo store.DatabaseRepository, cacheClient cache.Client, authConfig *RPCConfig, eventEmitter queue.EventEmitter) *Handler
func (*Handler) RefreshToken ¶
type RPCConfig ¶
type RPCConfig struct { Client authPb.AuthClient CallOptions []grpc.CallOption Deadline int64 }
Click to show internal directories.
Click to hide internal directories.