Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StoreNameFromContext ¶
Types ¶
type StoresHandler ¶
type StoresHandler struct {
// contains filtered or unexported fields
}
func NewStoresHandler ¶
func NewStoresHandler(s stores.Stores) *StoresHandler
NewStoresHandler creates a http.Handler to be served on /stores
func (*StoresHandler) Register ¶
func (h *StoresHandler) Register(router *mux.Router)
type WalletsHandler ¶
type WalletsHandler struct {
// contains filtered or unexported fields
}
func NewWalletsHandler ¶
func NewWalletsHandler(storesConnector stores.Stores) *WalletsHandler
func (*WalletsHandler) Register ¶
func (h *WalletsHandler) Register(r *mux.Router)
Click to show internal directories.
Click to hide internal directories.