# Functions
MakeConfigureResponse initializes an empty configure response.
MakeDeleteResponse initializes an empty delete response.
MakeFetchResponse initializes an empty fetch response.
MakeListResponse initializes an empty list response.
MakeSaveResponse initializes an empty save response.
MakeTreeResponse initializes an empty tree response.
SendErrorAndExit sends an error response to the browser extension in the predefined json format and exits with the specified exit code.
SendOk sends a success response to the browser extension in the predefined json format.
SendRaw sends a raw data to the browser extension.
# Structs
ConfigureResponse a response format for the "configure" request.
DeleteResponse a response format for the "delete" request.
FetchResponse a response format for the "fetch" request.
ListResponse a response format for the "list" request.
SaveResponse a response format for the "save" request.
TreeResponse a response format for the "tree" request.