Documentation ¶
Index ¶
- type Router
- type Server
- func (s *Server) InitDB(ctx context.Context) error
- func (s *Server) InitI18n() error
- func (s *Server) InitMailer() error
- func (s *Server) InitPush() error
- func (s *Server) Notify(ctx context.Context)
- func (s *Server) Ready() bool
- func (s *Server) Shutdown(ctx context.Context) error
- func (s *Server) Start() error
- func (s *Server) WatchEthPay(ctx context.Context, network string, url string, contractAddr string) error
- func (s *Server) WatchPay(ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct { Routes []*echo.Route Root *echo.Group Management *echo.Group APIV1Auth *echo.Group APIV1Push *echo.Group APIV1Invoice *echo.Group APIV1Test *echo.Group }
Click to show internal directories.
Click to hide internal directories.