Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResolverHandlers ¶
type ResolverHandlers struct {
// contains filtered or unexported fields
}
func NewResolverHandlers ¶
func NewResolverHandlers(service *services.ServiceOrchestrator, limiter *rate.Limiter) *ResolverHandlers
func (*ResolverHandlers) Get ¶
func (h *ResolverHandlers) Get(ctx *fiber.Ctx) error
type ShortHandlers ¶
type ShortHandlers struct {
// contains filtered or unexported fields
}
func NewShortHandlers ¶
func NewShortHandlers(service *services.ServiceOrchestrator) *ShortHandlers
func (*ShortHandlers) Create ¶
func (h *ShortHandlers) Create(ctx *fiber.Ctx) error
func (*ShortHandlers) Update ¶
func (h *ShortHandlers) Update(ctx *fiber.Ctx) error
type StatsHandlers ¶
type StatsHandlers struct {
// contains filtered or unexported fields
}
func NewStatsHandlers ¶
func NewStatsHandlers(service *services.ServiceOrchestrator) *StatsHandlers
func (*StatsHandlers) Get ¶
func (h *StatsHandlers) Get(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.