Documentation ¶
Overview ¶
Package timeentrygrp maintains the group of handlers for timeEntry access.
Index ¶
- type Handlers
- func (h Handlers) Create(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Delete(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryByID(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryDash(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryRange(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryRunning(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Start(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Stop(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Update(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) UpdateTags(ctx context.Context, w http.ResponseWriter, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
Handlers manages the set of timeEntry endpoints.
func (Handlers) QueryRange ¶
QueryRange returns a list of time entries with paging.
func (Handlers) QueryRunning ¶
QueryRunning returns a list of time entries with paging.
func (Handlers) UpdateTags ¶
UpdateTags updates a timeEntry in the system.
Click to show internal directories.
Click to hide internal directories.