Documentation ¶
Index ¶
- Constants
- type DelphiServer
- func (s *DelphiServer) Alive(ctx echo.Context) error
- func (s *DelphiServer) ConnectWallet(ctx echo.Context) error
- func (s *DelphiServer) DonationData(ctx echo.Context) error
- func (s *DelphiServer) GenerateCode(ctx echo.Context, params api.GenerateCodeParams) error
- func (s *DelphiServer) Ready(ctx echo.Context) error
- func (s *DelphiServer) UserData(ctx echo.Context, address string) error
- func (s *DelphiServer) Version(ctx echo.Context) error
Constants ¶
View Source
const MaxTimestampAge = 30
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelphiServer ¶
type DelphiServer struct {
// contains filtered or unexported fields
}
func NewDelphiServer ¶
func NewDelphiServer(db *sqlx.DB) *DelphiServer
func (*DelphiServer) Alive ¶
func (s *DelphiServer) Alive(ctx echo.Context) error
func (*DelphiServer) ConnectWallet ¶
func (s *DelphiServer) ConnectWallet(ctx echo.Context) error
func (*DelphiServer) DonationData ¶
func (s *DelphiServer) DonationData(ctx echo.Context) error
func (*DelphiServer) GenerateCode ¶
func (s *DelphiServer) GenerateCode(ctx echo.Context, params api.GenerateCodeParams) error
func (*DelphiServer) Ready ¶
func (s *DelphiServer) Ready(ctx echo.Context) error
func (*DelphiServer) UserData ¶
func (s *DelphiServer) UserData(ctx echo.Context, address string) error
func (*DelphiServer) Version ¶
func (s *DelphiServer) Version(ctx echo.Context) error
Click to show internal directories.
Click to hide internal directories.