Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Middleware ¶
func Middleware() (mux.MiddlewareFunc, error)
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(producer sarama.SyncProducer) Handler
func (Handler) DepositCreate ¶
func (h Handler) DepositCreate(w http.ResponseWriter, r *http.Request)
func (Handler) TransactionCreate ¶
func (h Handler) TransactionCreate(w http.ResponseWriter, r *http.Request)
func (Handler) TransactionList ¶
func (h Handler) TransactionList(w http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.