Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeoIn ¶
func GeoIn() *graphql.InputObject
func NewHandler ¶
func NewHandler(configs ...Configurer) (http.Handler, error)
Types ¶
type HotelHandler ¶
type HotelHandler struct {
Job covidtracker.HotelJob
DAL covidtracker.HotelDAL
}
func (*HotelHandler) Mutations ¶
func (h *HotelHandler) Mutations() graphql.Fields
func (*HotelHandler) Queries ¶
func (h *HotelHandler) Queries() graphql.Fields
func (*HotelHandler) Search ¶
func (h *HotelHandler) Search() *graphql.Field
type HotelInput ¶
type PingHandler ¶
type PingHandler struct{}
func (*PingHandler) Mutations ¶
func (h *PingHandler) Mutations() graphql.Fields
func (*PingHandler) Ping ¶
func (h *PingHandler) Ping() *graphql.Field
func (*PingHandler) Queries ¶
func (h *PingHandler) Queries() graphql.Fields
type RiskHandler ¶
type RiskHandler struct {
Job covidtracker.RiskJob
DAL covidtracker.RiskDAL
}
func (*RiskHandler) Estimate ¶
func (h *RiskHandler) Estimate() *graphql.Field
func (*RiskHandler) Mutations ¶
func (h *RiskHandler) Mutations() graphql.Fields
func (*RiskHandler) Queries ¶
func (h *RiskHandler) Queries() graphql.Fields
Click to show internal directories.
Click to hide internal directories.