Documentation ¶
Overview ¶
Package federation_resolvers contains handler logic for the /federation_resolvers and /federation_resolvers/{{ID}} endpoints.
Index ¶
- func Create(w http.ResponseWriter, r *http.Request)
- func Delete(w http.ResponseWriter, r *http.Request)
- func Read(w http.ResponseWriter, r *http.Request)
- func SelectMaxLastUpdatedQuery(where string, tableName string) string
- func TryIfModifiedSinceQuery(header http.Header, tx *sqlx.Tx, where string, orderBy string, ...) (bool, time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(w http.ResponseWriter, r *http.Request)
Create is the handler for POST requests to /federation_resolvers.
func Delete ¶
func Delete(w http.ResponseWriter, r *http.Request)
Delete is the handler for DELETE requests to /federation_resolvers.
func Read ¶
func Read(w http.ResponseWriter, r *http.Request)
Read is the handler for GET requests to /federation_resolvers (and /federation_resolvers/{{ID}}).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.