mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-10 15:10:33 +00:00
Get the pre-cached highlighted pastie if available.
This commit is contained in:
parent
5b33417979
commit
b7a5ce09e1
11 changed files with 129 additions and 40 deletions
|
@ -52,7 +52,11 @@ namespace kamokan {
|
|||
const std::string& parRemoteIP
|
||||
) const override;
|
||||
|
||||
kamokan_virtual_testing Storage::RetrievedPastie retrieve_pastie (const boost::string_view& parToken, uint32_t parMaxTokenLen) const override;
|
||||
kamokan_virtual_testing Storage::RetrievedPastie retrieve_pastie (
|
||||
const boost::string_view& parToken,
|
||||
uint32_t parMaxTokenLen,
|
||||
const boost::string_view& parLang
|
||||
) const override;
|
||||
|
||||
const std::vector<SubmittedPastie>& submitted_pasties() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue