Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(broker brokerLib.IBroker, databaseRead SQL.InterfaceRead, databaseWrite SQL.InterfaceWrite, appConfig app.IAppConfig, grpcCon *grpc.ClientConn) *Handler
func (*Handler) Get ¶
func (h *Handler) Get(w netHTTP.ResponseWriter, r *netHTTP.Request)
nolint @Tags Health @Description Check if Health of service it's OK! @ID health @Accept json @Produce json @Success 200 {object} http.Response{content=string} "OK" @Failure 500 {object} http.Response{content=string} "INTERNAL SERVER ERROR" @Router /account/health [get]
Click to show internal directories.
Click to hide internal directories.