Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("satellite marketing error")
Error is satellite marketing error type
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Address string `help:"server address of the marketing Admin GUI" default:"127.0.0.1:8090"` StaticDir string `help:"path to static resources" default:""` }
Config contains configuration for marketingweb server
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents marketing offersweb server
func NewServer ¶
func NewServer(logger *zap.Logger, config Config, db rewards.DB, listener net.Listener) (*Server, error)
NewServer creates new instance of offersweb server
func (*Server) CreateOffer ¶
func (s *Server) CreateOffer(w http.ResponseWriter, req *http.Request)
CreateOffer handles requests to create new offers.
func (*Server) GetOffers ¶
func (s *Server) GetOffers(w http.ResponseWriter, req *http.Request)
GetOffers renders the tables for free credits and referral offers to the UI
Click to show internal directories.
Click to hide internal directories.