Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationGateway ¶
type AuthorizationGateway struct {
// contains filtered or unexported fields
}
func NewAuthorizationGateway ¶
func NewAuthorizationGateway() *AuthorizationGateway
func (*AuthorizationGateway) AuthorizeTransfer ¶
func (g *AuthorizationGateway) AuthorizeTransfer() bool
type AuthorizationGatewayResponse ¶
type AuthorizationGatewayResponse struct {
Message string `json:"message"`
}
type NotificationGateway ¶
type NotificationGateway struct {
// contains filtered or unexported fields
}
func NewNotificationGateway ¶
func NewNotificationGateway() *NotificationGateway
func (*NotificationGateway) Notify ¶
func (n *NotificationGateway) Notify() bool
type NotificationGatewayResponse ¶
type NotificationGatewayResponse struct {
Message bool `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.