Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { }
func (*App) HandleError ¶
HandleError depending on error type
func (*App) HandleMutate ¶
func (app *App) HandleMutate(w http.ResponseWriter, r *http.Request)
type JSONPatchEntry ¶
type JSONPatchEntry struct { OP string `json:"op"` Path string `json:"path"` Value json.RawMessage `json:"value,omitempty"` }
Click to show internal directories.
Click to hide internal directories.